Forum Discussion
How to Switch a measure value using a Toggle Button?
Hello Everyone,
I have a requirement to create a toggle button with On and Off options.
- When the toggle is On, a column should display the value of Measure 1 + Measure 2.
- When the toggle is Off, the column should show only Measure 1.
Could you please guide me on how to achieve this?
I have created the toggle button but I dont know how to implement this.
Thank you,
AK
Hello AK,
There are a few ways to do it.
If you have a disconnected table like...
You can then reference the selection in the measure...
If you were thinking about using bookmarks, I would recommend avoiding them. They create more hassle than they're worth.
6 Replies
- KNPSuper User
Hello AK,
There are a few ways to do it.
If you have a disconnected table like...
You can then reference the selection in the measure...
If you were thinking about using bookmarks, I would recommend avoiding them. They create more hassle than they're worth.
- v-sgandrathiCommunity Support
- v-sgandrathiCommunity Support
Hi sahooak,
Just checking in -- have you had a chance to review and try the provided solution? Kindly share the status whenever you get a chance.
Looking forward to your response.