dax

dax

1079 bookmarks
Custom sorting
Calculated columns and measures
Calculated columns and measures
One of the powerful features of the Tabular data model is to extend the model by adding calculated columns and measures. Both objects are defined using DAX, but besides this similarity, they are entirely different beasts. Here you will find guidance when to use what!
·minceddata.info·
Calculated columns and measures
Introducing CALCULATE in DAX - SQLBI
Introducing CALCULATE in DAX - SQLBI
CALCULATE is the most powerful and complex function in DAX. In this article, we provide an introduction to CALCULATE, its behavior, and how to use it. CALCU
·sqlbi.com·
Introducing CALCULATE in DAX - SQLBI
Creating a dynamic KPI card
Creating a dynamic KPI card
Building a Dynamic KPI card with Calculation Groups allows to modify the base measure as well as the transformations to use for comparison.
·esbrina-ba.com·
Creating a dynamic KPI card
Power BI Simplification with Calculation Groups
Power BI Simplification with Calculation Groups
In this post, we will take a step by step approach to simplify a report with 6 pages + 12 measures into 1 page report + 1 measure. After optimising the report, we will explore a change that will …
·flip.it·
Power BI Simplification with Calculation Groups
Understanding context transition in DAX - SQLBI
Understanding context transition in DAX - SQLBI
Context transition is one of the most obscure topics for DAX newbies. In this article we introduce context transition, its effects, and how to leverage it r
·sqlbi.com·
Understanding context transition in DAX - SQLBI
Creating Filtered Measures, or how to show the total along with the detail in a chart.
Creating Filtered Measures, or how to show the total along with the detail in a chart.
It's a terrible title, but by the end I hope it makes sense Today I had some spare time and I thought I would do some c# that is always good to keep your mind going.  The goal was to create a script that given a base measure, you can then specify a column and a new measure will be generated for e
·esbrina-ba.com·
Creating Filtered Measures, or how to show the total along with the detail in a chart.
In Power BI, filter a Dataverse source to create a "My"​ records query
In Power BI, filter a Dataverse source to create a "My"​ records query
Dynamics 365 CE, and Model Driven Power Apps built on Dataverse can create views to be filtered to only show records where a username field on that record, such as 'owner' equals the current user. (e.
·linkedin.com·
In Power BI, filter a Dataverse source to create a "My"​ records query
Brian Julius on LinkedIn: #PowerBI #DAX #ednapowertools | 26 comments
Brian Julius on LinkedIn: #PowerBI #DAX #ednapowertools | 26 comments
Imagine you bought a brand new, top of the line red Ferrari, but in place of a performance driver's seat, it came with a $10 folding lawn chair installed... 26 comments on LinkedIn
·linkedin.com·
Brian Julius on LinkedIn: #PowerBI #DAX #ednapowertools | 26 comments
Group your data according to dynamic measure results
Group your data according to dynamic measure results
To group some data in the report, it is very common to create a custom column or a calculated column based on specific conditions, and then put this column in a slicer to filter visuals. This would generate more data in the model and the group result is fixed. If the data used in the conditions is f...
·community.powerbi.com·
Group your data according to dynamic measure results
Understanding context transition - SQLBI
Understanding context transition - SQLBI
Context transition is one of the most obscure topics for DAX newbies. Learn how it works, its effects, and how to leverage it rather than be scared of it.
·sqlbi.com·
Understanding context transition - SQLBI
Using KEEPFILTERS in DAX - SQLBI
Using KEEPFILTERS in DAX - SQLBI
This article explains how to use KEEPFILTERS to intersect instead of override an existing filter context in DAX. Using KEEPFILTERS simplifies the code and i
·sqlbi.com·
Using KEEPFILTERS in DAX - SQLBI
Dynamic Column Sorting and Switching Columns and Rows with Field Parameters
Dynamic Column Sorting and Switching Columns and Rows with Field Parameters
Continuing on my exploration of field parameters, in this post I want to share how you can use field parameters and modelling to dynamically sort columns in a table with a slicer and also switch ro…
·tenfingerseddy.wordpress.com·
Dynamic Column Sorting and Switching Columns and Rows with Field Parameters
Using PowerShell to create Calculation Groups in Power BI Desktop - Phil Seamark on DAX
Using PowerShell to create Calculation Groups in Power BI Desktop - Phil Seamark on DAX
Background I recently shared on Twitter a 7-module learning path on MS Learn that teaches all you need to know about calculation groups in Power BI. This learning path is an excellent course, and I highly recommend it. However, as part of this exchange, I received a reply from someone lamenting that calculation groups are … Continue reading Using PowerShell to create Calculation Groups in Power BI Desktop
·dax.tips·
Using PowerShell to create Calculation Groups in Power BI Desktop - Phil Seamark on DAX
Compare two tables from different sources thoroughly
Compare two tables from different sources thoroughly
When migrating processes you need to compare the outputs thoroughly. Power Query is a great tool to build such comparisons as you can refresh from the source.
·esbrina-ba.com·
Compare two tables from different sources thoroughly
Understanding the optimization of SWITCH
Understanding the optimization of SWITCH
The SWITCH function in DAX has been optimized over the years, and it is helpful to know what makes the optimization work best. The SWITCH function in DAX is widely used to define different execution paths depending on the condition of an expression. A very common case is when we want to check the sta
·flip.it·
Understanding the optimization of SWITCH
Conditional formatting with thresholds in Power BI
Conditional formatting with thresholds in Power BI
Conditional formatting is an easy way to highlight values so report users can receive quick insights on the status of key metrics. In this post, I will be showing a way to apply dynamic conditional formatting on visuals with set thresholds. This will...
·troubleshootbi.hashnode.dev·
Conditional formatting with thresholds in Power BI
Find Products That Did Not Sell - Goodly
Find Products That Did Not Sell - Goodly
Use products table to find missing values in the fact table. Find Missing Products that did not sell.
·goodly.co.in·
Find Products That Did Not Sell - Goodly
Rolling average with working days in DAX - SQLBI
Rolling average with working days in DAX - SQLBI
This article shows how to compute a rolling average (useful to smooth out charts) taking into account only the working days.
·sqlbi.com·
Rolling average with working days in DAX - SQLBI
Rolling average with working days in DAX - SQLBI
Rolling average with working days in DAX - SQLBI
Rolling averages are a very common calculation used to smooth out charts. This article shows how to compute a rolling average taking into account only the w
·sqlbi.com·
Rolling average with working days in DAX - SQLBI
Controlling Calculation Items with RLS
Controlling Calculation Items with RLS
Controlling Calculation Items with RLS can't be done directly, but you can do it indirectly with another calculation group. This article shows you how.
·esbrina-ba.com·
Controlling Calculation Items with RLS
Data Validation with Power BI using c# script and a CG
Data Validation with Power BI using c# script and a CG
Data Validation with Power BI is not impossible but messy. Here a script and a couple of calculation groups are used to streamline the process.
·esbrina-ba.com·
Data Validation with Power BI using c# script and a CG