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 ))
joshua1990
Post Prodigy
4 years agoJihwan_Kim Thanks, is there any way to solve this without an extra table?
tamerj1
Community Champion
4 years agoHi joshua1990
you can use
CALCULATE ( SUM (Sales[Sales]), CROSSFILTER (Sales[Sales Date], 'Calendar'[Date], NONE ))