Forum Discussion
joshua1990
Post Prodigy
4 years agoRemove Filter to Calendar
Hi all! I have a sales table that is linked by [Sales Date] to the calendar table. Now I have a report with a month slicer to filter a matrix that shows budget vs sales. This visual shows budget v...
- 4 years ago
Hi joshua1990
you can use
CALCULATE ( SUM (Sales[Sales]), CROSSFILTER (Sales[Sales Date], 'Calendar'[Date], NONE ))
Jihwan_Kim
Super User
4 years agoHi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
One of ways to create a model that a slicer does not affect the measure is to create a disconnected table and use the column from the disconnected table as a slicer.
- joshua19904 years ago
Post Prodigy
Jihwan_Kim Thanks, is there any way to solve this without an extra table?
- tamerj14 years ago
Community Champion
Hi joshua1990
you can use
CALCULATE ( SUM (Sales[Sales]), CROSSFILTER (Sales[Sales Date], 'Calendar'[Date], NONE ))