dax

dax

1079 bookmarks
Custom sorting
Summing values for the total
Summing values for the total
This article shows how to compute a measure that sums the values produced row by row in the visual into the visual total, instead of recomputing the total v
Power_BI_tips·sqlbi.com·
Summing values for the total
Hate and love for the DAX language - SQLBI
Hate and love for the DAX language - SQLBI
A few weeks ago I woke up on a Saturday morning with a question notified on my Quora feed: Why do all the BI consultants hate DAX? I was challenged to answe
Power_BI_tips·sqlbi.com·
Hate and love for the DAX language - SQLBI
DAX Error: The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
DAX Error: The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
This error occurs whenever the DAX engine was expecting a single value, or scalar, and instead received a table of values instead. This is an easy error to make because many DAX functions, such as FILTER, SUMMARIZE and ALL, return table values.
Power_BI_tips·sqlgene.com·
DAX Error: The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
RANKX-apalooza Part 2: Within and Across Groups, With Filters, Etc…And Using Multiple Columns!
RANKX-apalooza Part 2: Within and Across Groups, With Filters, Etc…And Using Multiple Columns!
Welcome back! Today we are going back to RANKX-apalooza! We are going to add two approaches that will allow you to apply RANKX across multiple columns. I went back and recreated the examples from the original post using the AdventureWorks Database as source material and have a zip with the examples in both a .xlsx
Power_BI_tips·powerpivotpro.com·
RANKX-apalooza Part 2: Within and Across Groups, With Filters, Etc…And Using Multiple Columns!
Get the YTD of the same period last year
Get the YTD of the same period last year
I was looking at my blog stats and found that some of the most popular posts are almost 10 years old (yes really). Those topics are actually still relevant so...
Power_BI_tips·kasperonbi.com·
Get the YTD of the same period last year
Power BI: Use DAX to get relative dates
Power BI: Use DAX to get relative dates
Patrick looks at how you can get relative dates, in Power BI Desktop, without using the relative date slicer or relative date filters. You just need to sprinkle a little DAX into Power BI Desktop to get this going!
Power_BI_tips·guyinacube.com·
Power BI: Use DAX to get relative dates
DAX CALCULATE Debugger
DAX CALCULATE Debugger
The DAX Debugger measure shows details of the filter arguments from your CALCULATE measure if you have to debug it. M-function creates the code automaticall
Power_BI_tips·thebiccountant.com·
DAX CALCULATE Debugger
Why my Power BI Matrix or Table Visual is SLOW
Why my Power BI Matrix or Table Visual is SLOW
You have created a Power BI report with many visualizations and calculations, however, it is slow! And the slowest part of that is the report page with a matrix or table visual in it! Why that visual is so slow? Is this the problem of Visual in Power BI? or Power BI problem at all?…
Power_BI_tips·radacad.com·
Why my Power BI Matrix or Table Visual is SLOW
DAX Studio 2.9.0 Released
DAX Studio 2.9.0 Released
A new update to DAX Studio is now available at https://daxstudio.org which includes the following: New Features Import Power BI Performance Data Support for Display Folders in the Metadata pane #127 A…
Power_BI_tips·geekswithblogs.net·
DAX Studio 2.9.0 Released
Budget vs Actual: Zero Complexity Model in Power BI
Budget vs Actual: Zero Complexity Model in Power BI
When I explain the Star Schema and best practices of data modeling in Power BI, Often I get questions such as what if we want to have budget and actuals in the same data model? what if there are two tables with different granularity? We cannot solve it with simple data modeling and relationships, this…
Power_BI_tips·radacad.com·
Budget vs Actual: Zero Complexity Model in Power BI
Syncing slicers in Power BI - SQLBI
Syncing slicers in Power BI - SQLBI
The June 2019 update of Power BI includes the ability to filter slicer items based on a measure. This article explains why this is an important feature that
Power_BI_tips·sqlbi.com·
Syncing slicers in Power BI - SQLBI
Solving a Complex Time Problem In Power BI
Solving a Complex Time Problem In Power BI
Level: Intermediate I was delivering some training last week for a customer in Sydney and they participants had an interesting problem where they needed to be able to report on a rolling time windo…
Power_BI_tips·exceleratorbi.com.au·
Solving a Complex Time Problem In Power BI
Budget vs. Actual Model in Power BI: Calculations and DAX
Budget vs. Actual Model in Power BI: Calculations and DAX
In the previous article, I explained how you can build a data model for budget vs. actual, where the grain of the two fact tables is different. The model works perfectly as a star schema. As long as y…
Power_BI_tips·radacad.com·
Budget vs. Actual Model in Power BI: Calculations and DAX
Using CONCATENATEX in measures - SQLBI
Using CONCATENATEX in measures - SQLBI
This article showcases the use of CONCATENATEX, a handy DAX function to return a list of values in a measure. In this example, using CONCATENATEX helps iden
Power_BI_tips·sqlbi.com·
Using CONCATENATEX in measures - SQLBI
Advanced DAX Folder Organization in Power BI
Advanced DAX Folder Organization in Power BI
Video by: Reid Havens Learn how to implement some advanced DAX measure organization and sorting within Power BI. Including creating nested folders and putting one measure in two different folders .
Power_BI_tips·havensconsulting.net·
Advanced DAX Folder Organization in Power BI