Forum Discussion
Sonnet
Helper I
3 years agoUsing ISSELECTEDMEASURE to navigate to two different drill through pages
Hi, I have a main page for the report and two for drillthrough. I am using the following measure on the action of a button to navigate to different drill through pages if I select a visual with one m...
Sonnet
Helper I
3 years agoI am trying this measure:
Drillthrough filter = IF(
ISSELECTEDMEASURE([Total Open Risks], [Mitigated Risks]), SWITCH(TRUE(), SELECTEDMEASURE(), "Page 4", SELECTEDMEASURE(), "Page 5"))
but it does not enable the button for drill through. Any other way?