Forum Discussion
Anonymous
5 years agoNot applicable
Disable button based on button text
Hi, I'm trying to disable a button when Button Text displays "View Restricted". Right now, my button text is formulated so it displays either "view restricted" or "click to view report" base...
Anonymous
5 years agoNot applicable
I know this is rather late, but you can do the disabling without needing to do the drill-down functionality.
1. Create a measure with a conditional check -
Destination_Page = IF(ISFILTERED('Table'[Location]),"Page 2")2. On a standard button, choose Page Navigation as the type
3. In the Destination field, use the measure.
You can do the same thing on the button text, obviously with a different measure.
In the action feature of a standard button, choose Page Navigation.