dax

dax

1079 bookmarks
Custom sorting
DAX Median() Function Does Not Work On Tables With More Than 2 Billion Rows
DAX Median() Function Does Not Work On Tables With More Than 2 Billion Rows
An interesting – if obscure – fact I learned recently is that a small number of DAX functions such as Median() do not work on tables with more than 2 billion rows in Analysis Services Tabular, Azure AS…
·blog.crossjoin.co.uk·
DAX Median() Function Does Not Work On Tables With More Than 2 Billion Rows
Debug DAX variables in Power BI and Power Pivot
Debug DAX variables in Power BI and Power Pivot
Have you ever wished to see what all the variables in your DAX code contain? Debug DAX variables with the function presented in this article.
·thebiccountant.com·
Debug DAX variables in Power BI and Power Pivot
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…
·dax.tips·
DAX : Pivot Text into a List of Words
SUMPRODUCT with Multiple OR Criteria - Part 1/2
SUMPRODUCT with Multiple OR Criteria - Part 1/2
SUMPRODUCT is a very powerful formula for filtering criteria in both columns and rows. This post will show you how to use OR and AND criteria together.
·excelgorilla.com·
SUMPRODUCT with Multiple OR Criteria - Part 1/2
Deep dive into DAX evaluation context - SQLBI
Deep dive into DAX evaluation context - SQLBI
Ever struggled with a formula in DAX that does not compute what you want? It has happened to us many times, and we know that the problem is ALWAYS related t
·sqlbi.com·
Deep dive into DAX evaluation context - SQLBI
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…
·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…
·exceleratorbi.com.au·
Pareto Analysis in Power BI
How to split budgets to lower granularity with DAX (PowerBI)
How to split budgets to lower granularity with DAX (PowerBI)
When creating a budgeting prediction, most of the time we are creating it on the higher granularities. Rarely we do it on a daily basis.But sometimes we are required to match budgets to actual sales o…
·exceed.hr·
How to split budgets to lower granularity with DAX (PowerBI)
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…
·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…
·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, …
·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...
·kasperonbi.com·
Using DAX variables in iterators
Filtering the Top 3 products for each category in Power BI
Filtering the Top 3 products for each category in Power BI
This article describes different techniques to display the first three products for each category in Power BI. It includes considerations on how to adapt th
·sqlbi.com·
Filtering the Top 3 products for each category in Power BI
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…
·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…
·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 …
·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.
·goodly.co.in·
DAX Keyboard Shortcuts
Calculate 50 & 100-Day Moving Average with DAX
Calculate 50 & 100-Day Moving Average with DAX
Learn how to calculate 50 and 100-day moving average with DAX for your Excel cryptocurrency dashboard. With video and Learn and Earn activity
·theexcelclub.com·
Calculate 50 & 100-Day Moving Average with DAX
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?
·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.
·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
·sqlbi.com·
Blank row in DAX - SQLBI
CONVERT and REMOVEFILTERS in DAX
CONVERT and REMOVEFILTERS in DAX
The DAX functions CONVERT and REMOVEFILTERS were introduced in August 2019. This blog post shows what they do.
·xxlbi.com·
CONVERT and REMOVEFILTERS in DAX