Forum Discussion
Anonymous
2 years agoNot applicable
Button switch pages based on segment state
Hi! I was wondering if it's possible to make a button switch between pages based on the state of a segment. For instance: I have a segment that switches between 'USA' and 'China'. I have a butt...
- 2 years ago
Hi Anonymous
Check the option of drill through:https://www.youtube.com/watch?v=BbplhqDCWOM
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- 2 years ago
Hi Anonymous ,
Where is the Sgement coming from? is it a column a measure?
You just need to reference the column from where that USA/China values are coming from, i called it segment because it was the name you gave on your question.
MFelix
2 years agoSuper User
Hi Anonymous ,
For this you can make a measure that has the following syntax:
Page Change = "Table - " & SELECTEDVALUE(Table[Segment])
Then on the button action select the page navigation and use this measure on the FX button. Should give you a button based on the selected segment you choose.