Forum Discussion
sahooak
10 months agoFrequent Visitor
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 O...
- 10 months ago
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.
- 9 months ago
KNP
10 months agoSuper 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.