Forum Discussion
visheshjain
Impactful Individual
3 years agoFilter Slicer from Measure values
Hello eveyone,
I have 3 tables. Calendar, Sale and Parameter.
Parameter has values ranging from 1-24, which are the number on months I want to go back.
I am trying to filter a slicer which has ...
visheshjain
Impactful Individual
3 years agoHi lbendlin,
I have shared a sample file in message 13 of the thread. Sharing it again in this post.
If the calendar table is diconnected, then it will not be able to filter out data from the fact tables.
Here is a look at the data model. It is quite basic.
lbendlin
Super User
3 years agoYour measure are a little too complex. Use these instead:
1 Step = EOMONTH(CALCULATE ( MAX ( 'Sales'[Sale Date] ), ALL () ),-1)
2 Step = EOMONTH([1 Step], - [Parameter Value] ) + 1- visheshjain3 years ago
Impactful Individual
Hi lbendlin,
Changed the measures but still, its not working with filtering the slicer.
Attaching my file again.