dax

dax

1079 bookmarks
Custom sorting
DAX Guide
DAX Guide
Functions Browse DAX functions alphabetically from the sidebar or choose a category: • Aggregation functions Aggregation functions return a scalar value applying an aggregation function to a column or…
·dax.guide·
DAX Guide
Controlling Conditional Formatting Using DAX
Controlling Conditional Formatting Using DAX
Power BI has the ability to apply conditional formatting to values in table columns. The functionality for managing colors and parameters used in Power BI didn’t provide granular control. In a recent update to Power BI, the ability to use DAX measures to control conditional formatting was introduced.
·blue-granite.com·
Controlling Conditional Formatting Using DAX
Understanding DAX Auto-Exist
Understanding DAX Auto-Exist
This article describes the behavior of auto-exist in DAX, explaining the side effects of combining slicers on columns of the same table in Power BI. Auto-ex
·sqlbi.com·
Understanding DAX Auto-Exist
Displaying Nth Element in DAX - SQLBI
Displaying Nth Element in DAX - SQLBI
This article describes how to create a measure displaying the name or value of an element that has a specific ranking, with different option for managing ti
·sqlbi.com·
Displaying Nth Element in DAX - SQLBI
Quick DAX : Word count
Quick DAX : Word count
Here is a technique you might consider if you need to split text down to individual words. This could be used to help count, rank or otherwise aggregate the words in some longer text. The approach det…
·radacad.com·
Quick DAX : Word count
Measure Totals, The Final Word
Measure Totals, The Final Word
With apologies to Theodor Geisel... Measure totals have you perturbed? Fear not! It's Measure Totals, The Final Word, These measures work with matrices, They work with tables, They work with rows and columns and labels. They work in the daytime, They work at night, They work to make sure the t...
·community.powerbi.com·
Measure Totals, The Final Word
Optimizing IF and SWITCH expressions using variables
Optimizing IF and SWITCH expressions using variables
This article describes how variables should be used in DAX expressions involving IF and SWITCH statements in order to improve performance. In DAX, variables
·sqlbi.com·
Optimizing IF and SWITCH expressions using variables
New DAX function: ISINSCOPE
New DAX function: ISINSCOPE
This blog post explains how the ISINSCOPE DAX function works, how it is different from ISFILTERED and ISCROSSFILTERED, and when it can be useful.
·xxlbi.com·
New DAX function: ISINSCOPE
Techniques With COUNTROWS - PowerPivotPro
Techniques With COUNTROWS - PowerPivotPro
I watched a video from Guy in a Cube’s Patrick featuring Marco Russo where they walked through an example using a technique to debug DAX measures using VAR/RETURN – I loved this! https://www.youtube.com/watch?v=9SV2VnYbgg4 The video made me recall another Blog Post by Matt Allington, where he stepped through an
·powerpivotpro.com·
Techniques With COUNTROWS - PowerPivotPro
DAX Measure – Getting Difference between 2 values in a table
DAX Measure – Getting Difference between 2 values in a table
I had a requirement where the customer wanted the difference between 2 values in a table. The challenge here was that because the values are already part of the table, I had to find a way to get th…
·fourmoo.com·
DAX Measure – Getting Difference between 2 values in a table
Reducing DSO using Power Pivot
Reducing DSO using Power Pivot
Navigating the sea of data One of the many things which amaze me about Power Pivot time after time is its ability to effortlessly convert raw data into crucial information as soon as it happens. For e…
·powerpivotpro.com·
Reducing DSO using Power Pivot
Use IsInScope to get the right hierarchy level in DAX
Use IsInScope to get the right hierarchy level in DAX
In the November release of Power BI desktop we introduced a new DAX expression that is really great. Working with hierarchies in DAX have always been a bit of a...
·kasperonbi.com·
Use IsInScope to get the right hierarchy level in DAX
Improving temporal line charts in Power BI with DAX
Improving temporal line charts in Power BI with DAX
This article shows how to improve line charts with a date-based axis in Power BI using DAX and correct choices in data modeling and visualization properties
·sqlbi.com·
Improving temporal line charts in Power BI with DAX
SUM vs SUMX; What is the Difference of the two DAX Functions in Power BI?
SUM vs SUMX; What is the Difference of the two DAX Functions in Power BI?
Sum and Sumx are functions that often founded to be misleading for many Power BI users. As both functions are doing the aggregation, it seems a bit confusing what is the actual difference between thes…
·radacad.com·
SUM vs SUMX; What is the Difference of the two DAX Functions in Power BI?
New Game - aMAZEing DAX
New Game - aMAZEing DAX
Hit this link to download the new aMAZEing DAX Game. Phil Seamark has made another great game that you should definately check out. Hit the link to Download
·powerbi.tips·
New Game - aMAZEing DAX
Understanding numeric data type conversions in DAX
Understanding numeric data type conversions in DAX
This article describes how DAX automatically converts data types in arithmetic operations. These small details can cause and explain differences in results
·sqlbi.com·
Understanding numeric data type conversions in DAX
Working with Workdays in Power BI – Translating Workdays into Dates
Working with Workdays in Power BI – Translating Workdays into Dates
Power BI has a robust set of functions to write date-based calculations. One of the areas that has proven to be a challenge is related to doing math on working days instead of normal dates. \ Here …
·businessintelligist.com·
Working with Workdays in Power BI – Translating Workdays into Dates
Format your colors based on Advanced Controls
Format your colors based on Advanced Controls
Power BI is the (best) data visualization tool of Microsoft. But how to apply your color formatting to your visuals without changing it by hand for every visual separately, which is an option of co…
·data-marc.com·
Format your colors based on Advanced Controls
Bidirectional relationships and ambiguity in DAX - SQLBI
Bidirectional relationships and ambiguity in DAX - SQLBI
Activating bidirectional cross-filter in a Tabular data model might create ambiguous paths in the chain of relationships, resulting in very dangerous models
·sqlbi.com·
Bidirectional relationships and ambiguity in DAX - SQLBI
Displaying a list of selected months
Displaying a list of selected months
Today I woke up with an interesting question, about how to show a selection of months in a nice way, detecting contiguous selection. You can easily underst
·sqlbi.com·
Displaying a list of selected months
What has happened in the DAX world in 2018 - SQLBI
What has happened in the DAX world in 2018 - SQLBI
We are approaching the end of 2018, so it is a good time to review what happened in the DAX world this year, what we’ve been up to at SQLBI and what is go
·sqlbi.com·
What has happened in the DAX world in 2018 - SQLBI
Understanding the data lineage in DAX - SQLBI
Understanding the data lineage in DAX - SQLBI
Data lineage is a DAX feature so well-implemented that most developers use it without knowing about its existence. This article describes the data lineage a
·sqlbi.com·
Understanding the data lineage in DAX - SQLBI