Power BI

Power BI

9059 bookmarks
Custom sorting
Multi-Column Aggregations (MC Aggregations)
Multi-Column Aggregations (MC Aggregations)
"I like big aggregations and I cannot lie You other PBI'ers can't deny" The attached PBIX file contains a slew of aggregations that span multiple columns All standard quick aggregations are included, namely: Max Min Sum Average Count Count (Distinct) Variance Standard Deviation Median This te...
Power_BI_tips·community.powerbi.com·
Multi-Column Aggregations (MC Aggregations)
Rolling Weeks
Rolling Weeks
Similar to Rolling Months, https://community.powerbi.com/t5/Quick-Measures-Gallery/Rolling-Months/m-p/391499 it is often handy to have the ability to do rolling weeks. For this to work, previous Quick Measures of Week Starting and Week Ending are required. https://community.powerbi.com/t5/Quick-...
Power_BI_tips·community.powerbi.com·
Rolling Weeks
Distinct Column Combinations
Distinct Column Combinations
Suppose you have some data like this: ID DimKey3 DimKey4 DimKey5 DimKey6 1 blue red green green 2 blue blue red blue 3 blue red blue blue 4 green green red green 5 green green blue green 6 red red red red 7 blue blue blue blue 8 green green green green 9 blu...
Power_BI_tips·community.powerbi.com·
Distinct Column Combinations
First/Last Working Days
First/Last Working Days
Builds off of First Working Day of Week here: https://community.powerbi.com/t5/Quick-Measures-Gallery/First-Working-Day-of-Week/m-p/391332 Provides the same functionality for First/Last Working Day of the Week, Month, Quarter and Year as well as logical true/false tests for these. Included below a...
Power_BI_tips·community.powerbi.com·
First/Last Working Days
Re: How to show records which has 0 value in a field?
Re: How to show records which has 0 value in a field?
, Please check if the following DAX returns your expected result. If not, please share sample data of your table and post your desired result. Measure = COUNTROWS(FILTER(ZeroTFSlLevel,ZeroTFSLevel[PlaceOrPte]="Pte"&&ZeroTFSlLevel[Enrol_count] = 0)) Regards, Lydia
Power_BI_tips·community.powerbi.com·
Re: How to show records which has 0 value in a field?
Fun with Graphing in Power BI - Part 5-by-5
Fun with Graphing in Power BI - Part 5-by-5
Introduction This is the latest post in my series "Fun with Graphing in Power BI". It might be my last as well. There are a few different reasons for that. First, and most importantly, I believe I may…
Power_BI_tips·community.powerbi.com·
Fun with Graphing in Power BI - Part 5-by-5
Reactivated Players DAX Pattern
Reactivated Players DAX Pattern
I had a requirement where my customer was looking to gain some insights into their data relating to reactivated players. The definition used for a reactivated player is a player that has previously…
Power_BI_tips·fourmoo.com·
Reactivated Players DAX Pattern
Matrix Measure Total Triple Threat Rock & Roll
Matrix Measure Total Triple Threat Rock & Roll
While it would be a bit presumptuous to presume that any single formula could account for all possible measure total situations, the following pattern is presented for handling matrix measure values as well as subtotals and grand totals. This pattern has the added flexibility of being able to handle...
Power_BI_tips·community.powerbi.com·
Matrix Measure Total Triple Threat Rock & Roll
DAX Measure Dependencies in SSAS Tabular and Power BI
DAX Measure Dependencies in SSAS Tabular and Power BI
In this post you learn how to leverage DMVs to get SSAS Tabular and Power BI Model object dependencies. It is easy to find DAX Measures dependencies, calculated column dependencies and much more. I made a tool in Power BI which is available for you to download for free.
Power_BI_tips·biinsight.com·
DAX Measure Dependencies in SSAS Tabular and Power BI
Re: Weigthed Average per Catecogy and Subcategory
Re: Weigthed Average per Catecogy and Subcategory
Hi , You can add a new column: Count Per Id_Page into category = var c1=CALCULATE(COUNT(Table2[IdPage]),FILTER('Table2','Table2'[IdPage]=EARLIER(Table2[IdPage]))) return IF('Table2'[Index]=CALCULATE(MAX('Table2'[Index]),FILTER('Table2','Table2'[IdPage]=EARLIER('Table2'[IdPage])&& Table2[IdCatego...
Power_BI_tips·community.powerbi.com·
Re: Weigthed Average per Catecogy and Subcategory
Possibly, Maybe, a Lookup or something? Check out what I'm trying to do...
Possibly, Maybe, a Lookup or something? Check out what I'm trying to do...
Hey guys!! You might have seen my previous post about adding working days. This is still part of the same problem, however, I've established a method that I need help writing the correct code for. Assuming my date table looks like this: (May 9th is a holiday for example purposes) Date Wo...
Power_BI_tips·community.powerbi.com·
Possibly, Maybe, a Lookup or something? Check out what I'm trying to do...
How to write your SQL query in DAX?
How to write your SQL query in DAX?
Obviously T-SQL and DAX are two different query languages and it serves entirely different purposes.However, as a person who came from database development background , when I learn DAX initially, …
Power_BI_tips·asankap.wordpress.com·
How to write your SQL query in DAX?
DAX Learning Curve
DAX Learning Curve
Published on May 13, 2018: In this video, we will learn about 1. The background of people who learn DAX and why they encounter difficulty 2. What concept tak...
Power_BI_tips·youtube.com·
DAX Learning Curve