DAX

DAX

1155 bookmarks
Custom sorting
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 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
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
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
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
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)
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
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
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)
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
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
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
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
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
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 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
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 .
·havensconsulting.net·
Advanced DAX Folder Organization in Power BI
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
·sqlbi.com·
Using CONCATENATEX in measures - SQLBI
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…
·radacad.com·
Budget vs. Actual Model in Power BI: Calculations and DAX
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…
·exceleratorbi.com.au·
Solving a Complex Time Problem 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
·sqlbi.com·
Syncing slicers in Power BI - SQLBI
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…
·radacad.com·
Budget vs Actual: Zero Complexity Model in Power BI