Forum Discussion
tiny
2 years agoFrequent Visitor
Filter table dynamically based on multiple selections from a Slicer
Hello, I'm trying to filter table dynamically based on multiple selections from a Slicer. Here is an example, I have a date table and is used as slicer, the slicer is with a hierarchy (Year->Month-...
- 2 years ago
CALCULATE(SUM(Sales[Sales]),TREATAS(VALUES(DateTable[Date YM]),Sales[Date YM]))
tiny
2 years agoFrequent Visitor
Perfect! Works great 🙂 Thank you very much! Really appreciated!