Power BI

Power BI

9059 bookmarks
Custom sorting
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...
Power_BI_tips·community.powerbi.com·
Understand the Filter Context and How to Control it
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 ...
Power_BI_tips·community.powerbi.com·
Tips for handling common scenarios of employee attendance sheets
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!
Power_BI_tips·minceddata.info·
Calculated columns and measures
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 …
Power_BI_tips·flip.it·
Power BI Simplification with Calculation Groups
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
Power_BI_tips·esbrina-ba.com·
Creating Filtered Measures, or how to show the total along with the detail in a chart.
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...
Power_BI_tips·community.powerbi.com·
Group your data according to dynamic measure results
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
Power_BI_tips·sqlbi.com·
Using KEEPFILTERS in DAX - SQLBI
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
Power_BI_tips·dax.tips·
Using PowerShell to create Calculation Groups in Power BI Desktop - Phil Seamark on DAX
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
Power_BI_tips·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...
Power_BI_tips·troubleshootbi.hashnode.dev·
Conditional formatting with thresholds in Power BI