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…
Power_BI_tips·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.
Power_BI_tips·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
Power_BI_tips·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
Power_BI_tips·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…
Power_BI_tips·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...
Power_BI_tips·community.powerbi.com·
Measure Totals, The Final Word
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.
Power_BI_tips·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
Power_BI_tips·powerpivotpro.com·
Techniques With COUNTROWS - PowerPivotPro
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…
Power_BI_tips·powerpivotpro.com·
Reducing DSO using Power Pivot
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
Power_BI_tips·powerbi.tips·
New Game - aMAZEing DAX
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…
Power_BI_tips·data-marc.com·
Format your colors based on Advanced Controls
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
Power_BI_tips·sqlbi.com·
Displaying a list of selected months