Forum Discussion
ManuApo
Helper II
4 years agoStruggling with a DAX measure :( Help!Help!Help!!
Hello community, I am struggling to create few measures with the same end point, hopefully someone can help me. I have a dimension calendar table with a relationship to my fact table. I have ...
- 4 years ago
Hi ALLUREAN and amitchandak
this is not working. But I finally got it working doing this!!!!
Measure 1 =VAR THISYEAR = YEAR(MAX(Dim_Calendar[FullDateAlternateKey]))RETURNCALCULATE( SUM('Fact'[GNWP]), ALLCROSSFILTERED(Dim_Calendar), Dim_Calendar[Year] = THISYEAR)
I dont know how I did it, but it is just working...
Many thanks again
ALLUREAN
Solution Sage
4 years agoManuApo
Helper II
4 years agoHi ALLUREAN and amitchandak
this is not working. But I finally got it working doing this!!!!
Measure 1 =
VAR THISYEAR = YEAR(MAX(Dim_Calendar[FullDateAlternateKey]))
RETURN
CALCULATE( SUM('Fact'[GNWP]), ALLCROSSFILTERED(Dim_Calendar), Dim_Calendar[Year] = THISYEAR)
I dont know how I did it, but it is just working...
Many thanks again
I dont know how I did it, but it is just working...
Many thanks again