Forum Discussion
cottrera
Post Prodigy
4 years agoDAX ALL not working
Hi I have a simple model with a facts table and dates table. My report page has 5 visuals and the page has a filter on it for the current month = true. For one of my visuals with displays a scor...
- 4 years ago
I'm guessing it's due to the fact that you you have a measure instead of a column to decide CurrentMonth.
Did you consider using a calculated column on the calendar table or using visual level filters on 4 of the visuals and not using the filter on the 5th visual?
cottrera
Post Prodigy
4 years agoHi Amitchadak, thank you for your quick reponse. I tried
Avg Rating all months =
CALCULATE([Avg Rating]
,ALL())
however the visual is still only showing the current month.
regards
Richard