dax

dax

1079 bookmarks
Custom sorting
DAX : Pivot Text into a List of Words
DAX : Pivot Text into a List of Words
Introduction For this blog, I look at a method to take some text in the form of a horizontal sentence and use DAX to pivot the text into a vertical list of words. The PBIX file for this exercise ca…
Power_BI_tips·dax.tips·
DAX : Pivot Text into a List of Words
Why Power BI Slicers Sometimes Show Values That Do Not Exist
Why Power BI Slicers Sometimes Show Values That Do Not Exist
The problem of blank values being shown in a Power BI slicer is fairly well known, but did you know that in some circumstances slicers can show other values that you would not expect to see? While the…
Power_BI_tips·blog.crossjoin.co.uk·
Why Power BI Slicers Sometimes Show Values That Do Not Exist
Pareto Analysis in Power BI
Pareto Analysis in Power BI
Level: Intermediate Pareto Analysis is a statistical technique that applies the Pareto Principle to data. This is more commonly known as the 80:20 Rule. The Pareto Principle is based on the presump…
Power_BI_tips·exceleratorbi.com.au·
Pareto Analysis in Power BI
Organize Power BI DAX Measures in Folders
Organize Power BI DAX Measures in Folders
Although very simple, still I see many Power BI reports with no organized way of separating measures. When you use Power BI for a while, you will gradually have more DAX measures and calculations, and…
Power_BI_tips·radacad.com·
Organize Power BI DAX Measures in Folders
Tip to speed up Direct Query
Tip to speed up Direct Query
This is not so much a DAX tip, rather something you might consider if you want to speed up the performance of any Direct Query (DQ) model you manage in Power BI or Analysis Services. The simple tip…
Power_BI_tips·dax.tips·
Tip to speed up Direct Query
Analysis Services Memory Tip (processing partitions)
Analysis Services Memory Tip (processing partitions)
The Tip: Convert calculated columns in your model to physical columns (where practical). The Detail If you encounter memory issues when processing partitions in an Analysis Services (AS) database, …
Power_BI_tips·dax.tips·
Analysis Services Memory Tip (processing partitions)
Using DAX variables in iterators
Using DAX variables in iterators
I was having a discussion earlier this week about the use of variables I used in my currency conversion blog post . The question was why I am using 2...
Power_BI_tips·kasperonbi.com·
Using DAX variables in iterators
DAX – Adjust the Total value – Conditional Total in DAX
DAX – Adjust the Total value – Conditional Total in DAX
By In this article, I want to show you how I achieved a business solution using DAX. Let me explain the requirement. I have a below table and customer wants the data in the below format. Country Color…
Power_BI_tips·dataap.org·
DAX – Adjust the Total value – Conditional Total in DAX
DAX Fusion
DAX Fusion
Introduction: Around 2014, an enhancement was made to the DAX engine designed to help improve query speed. The enhancement, called DAX Fusion, looks to reduce the number of storage engine scans nee…
Power_BI_tips·dax.tips·
DAX Fusion
Power BI Product Suggestion: Show Measure Dependencies
Power BI Product Suggestion: Show Measure Dependencies
I was just working on a client project where we have several complex measures that reference other measures. Sometimes it can be hard to keep all these dependencies in mind. As a feature, it would be …
Power_BI_tips·sqlserverbi.blog·
Power BI Product Suggestion: Show Measure Dependencies
DAX Keyboard Shortcuts
DAX Keyboard Shortcuts
Here are 15 awesome DAX Keyboard Shortcuts in Power BI to help you write and debug your DAX code faster and smarter.
Power_BI_tips·goodly.co.in·
DAX Keyboard Shortcuts
Power BI: How to format a specific cell or row in a table or matrix?
Power BI: How to format a specific cell or row in a table or matrix?
This week, I got an interesting question about Power BI: “Can I format a specific cell or row in a table or matrix?” My answer was yes and I thought it could be a great blog. Let’s say, you need to format the Sales Amount for all countries as a whole number, except for Australia. ... Read morePower BI: How to format a specific cell or row in a table or matrix?
Power_BI_tips·zenatti.net·
Power BI: How to format a specific cell or row in a table or matrix?
Power BI Icon Names
Power BI Icon Names
Now that you can create icons in Power BI, a common question is "where can I get a list of icon names?". This article provides a list of all standard icons.
Power_BI_tips·exceleratorbi.com.au·
Power BI Icon Names
Blank row in DAX - SQLBI
Blank row in DAX - SQLBI
There are two functions in DAX that return the list of values of a column: VALUES and DISTINCT. This article describes the difference between the two, expla
Power_BI_tips·sqlbi.com·
Blank row in DAX - SQLBI