Forum Discussion
MadiceOrr
3 years agoNew Member
Dynamically change matrix measures
Hi,
I have a matrix divided into two periods and showing some measures :
As for now I'm able to filter the periods by two calendars and can also choose the underlying measure_type (Actual or Forecast).
To be able to choose the measure_type, I implemented a new measure:
Now I want to extend the logic and provide the possibility to choose the measure_type for each period separately.
So I would like to have one slicer Measure_Type for Period1 and one for Period2.
Any idea how can I do it?
1 Reply
- Greg_DecklerCommunity Champion
MadiceOrr Use a SWITCH(TRUE(), ... ) statement to extend your conditional logic.