Forum Discussion
Ynew
Helper I
8 years agoReferring A Measure inside Another Measure
Hi, I have a problem with referring a measure in other measures. It seems that my second measure does not understand the reference, so could you generally explain a little bit about it? And here...
- 8 years ago
HI Ynew
Please try this MEASURE
TotalVolume = VAR mymonth = [LastMonth] RETURN COUNTAX ( FILTER ( 'Report1', 'Report1'[Month] = mymonth ), 'Report1'[Volume] )
Zubair_Muhammad
Community Champion
8 years agoHI Ynew
Please try this MEASURE
TotalVolume =
VAR mymonth = [LastMonth]
RETURN
COUNTAX ( FILTER ( 'Report1', 'Report1'[Month] = mymonth ), 'Report1'[Volume] )
Ynew
Helper I
8 years ago- Zubair_Muhammad8 years ago
Community Champion
- Ynew8 years ago
Helper I
Thank you very much.
As I compare, I see that yours is the same as mine. But still cannot understand why mine is not working! if it is related to Power BI version, or...!
- Zubair_Muhammad8 years ago
Community Champion