PowerBI.tips

Tag

#Tutorial

28 posts

Pareto Charting in PowerBI

October 17, 2016

Pareto Charting in PowerBI

Build a Pareto chart in Power BI using DAX measures for cumulative totals and percentages. Identify which products comprise the majority of your sales.

Map with Data Labels in R

October 10, 2016

Map with Data Labels in R

Create a US map in Power BI with state labels and year-over-year change indicators using R and ggplot2. Color-coded labels show positive and negative trends.

Fixing Measure Madness

October 4, 2016

Fixing Measure Madness

Organize your Power BI data model by creating a dedicated measures table. Group all your DAX measures in one place for cleaner, more maintainable reports.

Using Advanced Mapping in ArcGIS Preview

September 30, 2016

Using Advanced Mapping in ArcGIS Preview

Explore the ArcGIS Maps visual in Power BI with heat maps, reference layers, and advanced selection tools. Add demographic overlays like household income.

HexBin Plot using R

September 27, 2016

HexBin Plot using R

Create beautiful hexagonal bin plots in Power BI using R and ggplot2. Visualize data density with heat map style honeycomb patterns.

Using R Visuals in Power BI

September 15, 2016

Using R Visuals in Power BI

Get started with R visuals in Power BI Desktop. Install Microsoft R Open, configure Power BI, and create your first correlation plot using the corrplot package.

Loading Excel Files from SharePoint

September 1, 2016

Loading Excel Files from SharePoint

Learn how to connect Power BI Desktop to SharePoint document libraries and load Excel files. Enable scheduled data refreshes with SharePoint O365.

Building Date Table from Scratch

August 31, 2016

Building Date Table from Scratch

Create a custom dynamic date table in Power BI Query Editor using M language. Build week-based selectors that automatically update when refreshed.

Make Calendars Using DAX – Curbal

August 30, 2016

Make Calendars Using DAX – Curbal

Learn how to create custom calendars in Power BI using DAX with Calendar() and CalendarAuto() functions. Video tutorial from Ruth Pozuelo at Curbal.

Using Variables for File Locations

August 4, 2016

Using Variables for File Locations

Learn how to create a variable query in Power BI to manage file locations. When you move files, update one query instead of changing every source path.

Loading Data From Folder

June 16, 2016

Loading Data From Folder

Learn how to automatically load only the most recent file from a folder in Power BI. Perfect for automated reports that receive daily data files.

Query Editor – Editing M Code

May 19, 2016

Query Editor – Editing M Code

Learn how to copy and paste queries to and from the Query Editor using the Advanced Editor. Master the M language to share and model your Power BI data.

Measures – Calculating a Sum

May 7, 2016

Measures – Calculating a Sum

Learn how to create measures in Power BI to calculate totals using the SUM function in DAX. Watch how totals dynamically change as you select different data points.

Measures – Calculating % Change

May 2, 2016

Measures – Calculating % Change

Learn how to create percent change calculations in Power BI using DAX measures with practical examples using real-world automotive production data.

From Wikipedia to a Colorful Map

April 20, 2016

From Wikipedia to a Colorful Map

Learn how to pull data directly from Wikipedia into Power BI and create a beautiful filled map showing US population growth by state.

Map it, Map it Real Good

April 14, 2016

Map it, Map it Real Good

Learn how to create impressive map visualizations in Power BI Desktop using latitude and longitude data with this step-by-step mapping tutorial.

Manually Enter Data

April 13, 2016

Manually Enter Data

Learn how to manually enter data directly into Power BI Desktop to create small tables for your visualizations without needing external files.

Import CSV file to Power BI

April 1, 2016

Import CSV file to Power BI

Learn how to import CSV files into Power BI Desktop, create tables and charts, and copy visuals to build compelling data visualizations.

Import an Excel file into PowerBI

March 29, 2016

Import an Excel file into PowerBI

Learn how to load data from Excel into Power BI Desktop with this simple step-by-step tutorial covering the Get Data function and basic visualizations.

← All Tags