dax

dax

1079 bookmarks
Custom sorting
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
Challenge - Top x with Ties - The Ken Puls (Excelguru) Blog
Challenge - Top x with Ties - The Ken Puls (Excelguru) Blog
Yesterday I was working on a data set, and needed to work out the Top x with Ties in Power Query. This posed to be a bit more challenging than I first thought it would be. Why did I want … Continue reading →
Power_BI_tips·excelguru.ca·
Challenge - Top x with Ties - The Ken Puls (Excelguru) Blog
DAX – Concatenating Values only when values are selected
DAX – Concatenating Values only when values are selected
What I am doing with the DAX below is to only show the concatenation of values if a value is filtered. If nothing is filtered (Selected) then display text to show that nothing has been selected, ot…
Power_BI_tips·fourmoo.com·
DAX – Concatenating Values only when values are selected
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
Manual Groups and Bins in Power BI: Why and How - DataVeld
Manual Groups and Bins in Power BI: Why and How - DataVeld
Power BI offers the ability to create Groups and Bins to help consolidate data into a more presentable or meaningful visualization. You can also recreate a lot of what you would typically do in the UI…
Power_BI_tips·dataveld.com·
Manual Groups and Bins in Power BI: Why and How - DataVeld
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
From SQL to DAX: Joining Tables - SQLBI
From SQL to DAX: Joining Tables - SQLBI
In SQL there are different types of JOIN, available for different purposes. This article shows the equivalent syntaxes supported in DAX and it was updated i
Power_BI_tips·sqlbi.com·
From SQL to DAX: Joining Tables - SQLBI
Disconnected Slicers With DAX Variables & SELECTEDVALUES - PowerPivotPro
Disconnected Slicers With DAX Variables & SELECTEDVALUES - PowerPivotPro
Disconnected Slicers With DAX Variables & SELECTEDVALUES Hello P3 Nation! Today’s “post” is actually going to be a video link. Sometimes there are certain subjects, concepts, or post ideas that just don’t translate well to the written word, and especially to screenshots. So this post will be in moving picture
Power_BI_tips·powerpivotpro.com·
Disconnected Slicers With DAX Variables & SELECTEDVALUES - PowerPivotPro
How to use the TREATAS function in DAX
How to use the TREATAS function in DAX
One of the relatively new functions for Analysis Services Tabular, Power Pivot and Power BI is TREATAS. In this tip, we’ll introduce you to the syntax and concepts of the function and show some uses cases where this function can be useful.
Power_BI_tips·mssqltips.com·
How to use the TREATAS function in DAX
Debug DAX using Variables in Power BI | Guy in a Cube
Debug DAX using Variables in Power BI | Guy in a Cube
In this video, Marco Russo, from SQL BI, joins Patrick to look at how you can debug DAX using variables in Power BI. Marco helps to break down a DAX measure and show how you can see the results as you build it up to find where the problem is. SQL BI DAX Formatter DAX […]
Power_BI_tips·guyinacube.com·
Debug DAX using Variables in Power BI | Guy in a Cube