Forum Discussion
sentsara
Helper II
8 years agoDAX 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([...
Ashish_Mathur
Super User
8 years agoHi,
Are those formulas measures or calculated columns? Share the link from where i can download your PBI file. Share only relevant data in that file please.
sentsara
Helper II
8 years agoHi Ashish,
all are caculated columns.
- Ashish_Mathur8 years ago
Super 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 ago
Helper 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 ago
Super User
Hi,
[Rate v/s breakdown] should be a calculated column - as you had stated in your post.