DAX

DAX

1155 bookmarks
Custom sorting
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
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 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
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
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
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
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
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.
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
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
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
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
Side effects of rounding differences in Power BI - SQLBI
Side effects of rounding differences in Power BI - SQLBI
It is not common to face rounding differences in Power BI. However, when it happens, users are usually disappointed and surprised. In one of the last classr
·sqlbi.com·
Side effects of rounding differences in Power BI - SQLBI
Tips for handling common scenarios of employee attendance sheets
Tips for handling common scenarios of employee attendance sheets
In this article, we will discuss how to deal with some common problems when creating reports based on employee attendance sheets. Next, let's take a closer look at the below scenarios. Scenario 1: Clean and extract valid records from attendance sheets Invalid or repeated employee punching behavior ...
·community.powerbi.com·
Tips for handling common scenarios of employee attendance sheets
Understand the Filter Context and How to Control it
Understand the Filter Context and How to Control it
Scenario: We usually hear words like words context, filter context when creating measure. Moreover, we can often see it on the DAX Guide website. But what is that? And how can we modify it? What is filter context? The reason why we sometimes cannot get the ideal result when we use a measure with sa...
·community.powerbi.com·
Understand the Filter Context and How to Control it
(Livestream Replay) Tabular Editor C# Scripts & Calculation Groups - with Bernat Agulló — Havens Consulting
(Livestream Replay) Tabular Editor C# Scripts & Calculation Groups - with Bernat Agulló — Havens Consulting
Join Bernat Agulló and I as he shows you how to level up your skills in Tabular Editor ! He'll spend time showing you how to use C# scripts and macros to create calculation groups , diagnose and optimize your model , and much more! Plus learn how to leverage Visual Studio to cr
·havensconsulting.net·
(Livestream Replay) Tabular Editor C# Scripts & Calculation Groups - with Bernat Agulló — Havens Consulting
Exploding Measures using Tabular Editor 3
Exploding Measures using Tabular Editor 3
What?! Exploding Measures I hear you say. Exploding, expanding, use which ever word you like; what I mean is when you want to remove any refence to a measure INSIDE another measure. Example Consider the 3 measures below. Total Sales = SUM(Sales[ExtendedAmount]) Total All Product Sales = CALCULATE([Total Sales],ALL(Products)) % [...]Read More »
·exceleratorbi.com.au·
Exploding Measures using Tabular Editor 3