Forum Discussion
sentsara
8 years agoHelper II
DAX Expression help needed
Hi, I need to derive "LATEST Break Even" Dax Expression based on calculated column "Rate Vs Breakeven" DataSet name: QBM Rate Vs Breakeven = if([Current Rate 2019]=0,blank(),if(ISBLANK([...
sentsara
8 years agoHelper II
Hi Ashish,
all are caculated columns.
Ashish_Mathur
8 years agoSuper User
Hi,
This measure will work
=LOOKUPVALUE([Rate Vs Breakeven],Data[TRENDMONTH],CALCULATE(MAX(Data[TRENDMONTH]),FILTER(ALL(Data),[Rate Vs Breakeven]<>BLANK())))
- sentsara8 years agoHelper II
Hi Ashish,
I'm not able to get the "Rate Vs Breakeven" in LookupValueExpression. it seems "Rate Vs Breakeven" is a Measure value.
- Ashish_Mathur8 years agoSuper User
Hi,
[Rate v/s breakdown] should be a calculated column - as you had stated in your post.
- sentsara8 years agoHelper II
Yes I'm wrong...it's a Measure..