Found 447 bookmarks
Newest
DAX – FILTER inside CALCULATE
DAX – FILTER inside CALCULATE
Powerful and all that CALCUATE is, there is a limitation to the filters that it can apply. In this article we will look at one of these limitations
Power_BI_tips·theexcelclub.com·
DAX – FILTER inside CALCULATE
Context Transition in DAX for PowerPivot, Power BI
Context Transition in DAX for PowerPivot, Power BI
Context Transition in DAX is when you transform the row context into the filter context.  In order to understand Context Transition a practical knowledge of Row and Filter context is needed, along with a practical knowledge of CALCULATE. Understanding Context Transition is not too complicated, however it is something that DAX users get caught out […]
Power_BI_tips·theexcelclub.com·
Context Transition in DAX for PowerPivot, Power BI
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
I cannot tell a lie.  Nah… that’s a lie.  I just lied.  But I am speaking truth here… I’m excited to write this post today!  I get the rare joy of sharing something cool with you… while doing my favorite thing… complaining about stuff! We are going to talk about the KEEPFILTERS function. Before I …
Power_BI_tips·tinylizard.com·
DAX KEEPFILTERS Plus Bonus Complaining! | Power Pivot | Tiny Lizard
Power BI (DAX) – Quick Tip – How to count how many items are selected on a Slicer – Power BI Business Analytics Solutions
Power BI (DAX) – Quick Tip – How to count how many items are selected on a Slicer – Power BI Business Analytics Solutions
Update: 16 December 2016 (I got a comment from Marco Russo, who suggested that can use the FILTERS DAX Syntax which will “Return a table of the filter values applied directly to the specified…
Power_BI_tips·fourmoo.com·
Power BI (DAX) – Quick Tip – How to count how many items are selected on a Slicer – Power BI Business Analytics Solutions
Power BI – DAX Measures for Excel based “ % of Column Total “ or “ % of Row Total ” – Power BI Business Analytics Solutions
Power BI – DAX Measures for Excel based “ % of Column Total “ or “ % of Row Total ” – Power BI Business Analytics Solutions
Where I am currently consulting there was a requirement to create a measure like you can in the Excel pivot tables for the % of Column Total or the % of Row Total. One of the things that you can cu…
Power_BI_tips·fourmoo.com·
Power BI – DAX Measures for Excel based “ % of Column Total “ or “ % of Row Total ” – Power BI Business Analytics Solutions
Correlation coefficient - Microsoft Power BI Community
Correlation coefficient - Microsoft Power BI Community
The quick measure calculates the Pearson correlation coefficient between two measures within the category.   NAME: Correlation coefficient   DESCRIPTION: Calculate the Pearson correlation coefficient between two measures within the category   PARAMETERS: Name: Category Tooltip: The category in which...
Power_BI_tips·community.powerbi.com·
Correlation coefficient - Microsoft Power BI Community
Rolling Average - Microsoft Power BI Community
Rolling Average - Microsoft Power BI Community
This measure calculates a rolling average. It takes a set number of periods before and after the current filter context and does an average over those values.    Name: Rolling average Description: Calculate the average of the value for a set number of periods before and after the filtered date  Para...
Power_BI_tips·community.powerbi.com·
Rolling Average - Microsoft Power BI Community
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
Varface – Say hello to my little friend I used to use the bad joke, “CALCULATE is the Ummmm of DAX” – like, when you want to start talking/writing out a DAX expression before you really know the answer, you just start typing CALCULATE slowly cuz you know it’s coming – it always does!But now, …
Power_BI_tips·tinylizard.com·
VAR: The best thing to happen to DAX since CALCULATE() | Power Pivot | Tiny Lizard
Power BI – Dynamic Row Level Security – Tips to get it working! - oxcrx34285
Power BI – Dynamic Row Level Security – Tips to get it working! - oxcrx34285
Below I am going to explain some of the caveats that you need to be aware of when implementing Dynamic Row Level Security (RLS) in Power BI. Without this I could not get Dynamic RLS security working for me and my data.   I found that there are a few things that are currently not mentioned anywhere...
Power_BI_tips·community.powerbi.com·
Power BI – Dynamic Row Level Security – Tips to get it working! - oxcrx34285
Solved: Weekly Variance between snapshots / time periods - Microsoft Power BI Community
Solved: Weekly Variance between snapshots / time periods - Microsoft Power BI Community
I'm trying to replace an old excel report with a better version using Power BI, but I am having trouble creating a measure that will replicate the results of the old report.    I have two time dimensions to my data - the CPS or Snapshot Date (i.e. when we received the data) and the Pack or Execution...
Power_BI_tips·community.powerbi.com·
Solved: Weekly Variance between snapshots / time periods - Microsoft Power BI Community
Solved: Calculating Retirement Date - Microsoft Power BI Community
Solved: Calculating Retirement Date - Microsoft Power BI Community
Good day,    Similar to my earlier post about generational bands. I want to create a retirement date calculation based on certain age bands as a calculated column. I know how to do this in excel, but not in the DAX formulation.    For example, if you were born 1937-1942 your retirement age is 65. So...
Power_BI_tips·community.powerbi.com·
Solved: Calculating Retirement Date - Microsoft Power BI Community
how can I show top 3 data with a combined categories?
how can I show top 3 data with a combined categories?
Hi community,   I am quite new in Power BI and DAX. Currently I generated a table that shows in which month, which api has which exception and the total count for that exception. A typical data is like this:    April , user/getresource, SystemException, 4000.    So there are 4 columns, month, api, e...
Power_BI_tips·community.powerbi.com·
how can I show top 3 data with a combined categories?