Power BI

Power BI

9059 bookmarks
Custom sorting
A DAX Tale: Not every path is straight and narrow
A DAX Tale: Not every path is straight and narrow
Hello P3 Nation! After having the privilege of working with so many of you to share your journeys and techniques I was inspired to share my own. This is a bit of an intimidating group, and I struggled a bit with what to share. After much deliberation, I compromised with myself on a journey story. My journey does not
Power_BI_tips·powerpivotpro.com·
A DAX Tale: Not every path is straight and narrow
Counting working days in DAX - SQLBI
Counting working days in DAX - SQLBI
This article shows a DAX technique to compute the number of working days between two dates. The example includes a Sales table containing order and deliver
Power_BI_tips·sqlbi.com·
Counting working days in DAX - SQLBI
Using DAX to format a list of values in Power BI Desktop
Using DAX to format a list of values in Power BI Desktop
Alberto Ferrari joins Patrick to walk through how you can use DAX to format a list of values within Power BI Desktop. This takes the concatenate values quick measure to the next level. Original Quick Measure video Alberto’s article
Power_BI_tips·guyinacube.com·
Using DAX to format a list of values in Power BI Desktop
Conditional Formatting with a Text Field in Power BI
Conditional Formatting with a Text Field in Power BI
One of the things I like about my live, online training courses is that I get to hear great questions from the trenches from people learning DAX and Power BI. Last week, John asked me how to apply…
Power_BI_tips·exceleratorbi.com.au·
Conditional Formatting with a Text Field in Power BI
Simple Filters and Syntax Sugar in DAX
Simple Filters and Syntax Sugar in DAX
Level: Intermediate There is a concept in the DAX language called “Syntax Sugar”. Simply put, the developers have created simplified versions of more complex formulas to make it easier…
Power_BI_tips·exceleratorbi.com.au·
Simple Filters and Syntax Sugar in DAX
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
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