Forum Discussion
Br1bn
3 years agoRegular Visitor
YoY Comparison
Hi, I would create a visualization to compare performances over time so I created a calculated measurement TotalSpent_PY =
CALCULATE (
[Total Spent],
OFFSET (
-1,
AL...
- 3 years ago
Hi,
I am not sure how your Calendar table is configured, but please try using ALL DAX function in the measure, instead of using ALLSELECTED DAX function.
Jihwan_Kim
3 years agoSuper User
Hi,
I am not sure how your Calendar table is configured, but please try using ALL DAX function in the measure, instead of using ALLSELECTED DAX function.