Power BI

Power BI

9059 bookmarks
Custom sorting
DAX Patterns, Second Edition - SQLBI
DAX Patterns, Second Edition - SQLBI
LAUNCH OFFER: the books on Amazon, Apple, and Google stores have a reduced price (35% discount) until August 31, 2020. Starting September 1, 2020, the ebook
·sqlbi.com·
DAX Patterns, Second Edition - SQLBI
Generating Row Number in Power BI Visualization Using DAX
Generating Row Number in Power BI Visualization Using DAX
I have previously explained how to generate a row-number using Power Query. That method is good for pre-calculating row-numbers in the table. However, sometimes, you want to calculate the row number in a visual, based on something dynamic. That is where DAX comes handy. Let's see how this is possible. Sample model I have a…
·radacad.com·
Generating Row Number in Power BI Visualization Using DAX
Creating KPIs in Power BI Desktop - SQLBI
Creating KPIs in Power BI Desktop - SQLBI
This article describes how to create Key Performance Indicators (KPI) in a Power BI Desktop data model by using Tabular Editor. Starting from the July 2020
·sqlbi.com·
Creating KPIs in Power BI Desktop - SQLBI
Compare DAX and M formulas in Visual Studio Code - Microsoft Power BI Community
Compare DAX and M formulas in Visual Studio Code - Microsoft Power BI Community
Compare DAX and M formulas in Visual Studio Code is really easy with the help of Power BI Sidetools. As it is possible to transfer DAX and M formulas from Power BI desktop to files and to open them in Visual Studio Code, it is possible to compare two files. That’s extremely useful in many cases. Y...
·community.powerbi.com·
Compare DAX and M formulas in Visual Studio Code - Microsoft Power BI Community
Anomaly Detection Calculation Using DAX (Power BI Tutorial)
Anomaly Detection Calculation Using DAX (Power BI Tutorial)
I am not trying to take Microsoft out of business, but after I read on the Power BI team’s blog that the anomaly detection feature was coming, I decided to see if I could implement something …
·businessintelligist.com·
Anomaly Detection Calculation Using DAX (Power BI Tutorial)
Dynamic Date Axis in Power BI | BI Elite
Dynamic Date Axis in Power BI | BI Elite
[vc_row][vc_column width="1/1"][vc_single_image media="88035" media_width_percent="100"][vc_column_text]Watch the video above to learn how to set up a visual with a dynamic date axis […]
·bielite.com·
Dynamic Date Axis in Power BI | BI Elite
Introducing DEFINE TABLE in DAX queries - SQLBI
Introducing DEFINE TABLE in DAX queries - SQLBI
This article describes the syntax and the use cases of the DEFINE TABLE statement in DAX. Introduced in December 2020, the DEFINE TABLE statement lets you d
·sqlbi.com·
Introducing DEFINE TABLE in DAX queries - SQLBI
Introducing DEFINE COLUMN in DAX queries - SQLBI
Introducing DEFINE COLUMN in DAX queries - SQLBI
This article describes the syntax and the use cases of the DEFINE COLUMN statement in DAX. Introduced in December 2020, the DEFINE COLUMN statement lets you
·sqlbi.com·
Introducing DEFINE COLUMN in DAX queries - SQLBI
Working with Averages in DAX using AVERAGEX, SUMMARIZE and DATESINPERIOD
Working with Averages in DAX using AVERAGEX, SUMMARIZE and DATESINPERIOD
In this blog post, we are going to dive into the world of averages and how to solve problems when calculating averages by using CALCULATE, SUMMARIZE and AVERAGEX. Specifically, we look at creating …
·mitchellpearson.com·
Working with Averages in DAX using AVERAGEX, SUMMARIZE and DATESINPERIOD