Forum Discussion
Dynamic text box and Card?
- 1 year ago
Hey Happytravel2025 ,
you can create measures that return a value based on the selection inside a slicer, then you can add the measure to the textbox's title.
Inside the measure, use SELECTEDVALUE( ...) to store the slicer selection inside the variable.
Then, if necessary, use SWITCH( ... ) to return the value you want to visualize.
Hopefully, this helps to tackle your challenge.Regards,
Tom
Hey Happytravel2025 ,
you can create measures that return a value based on the selection inside a slicer, then you can add the measure to the textbox's title.
Inside the measure, use SELECTEDVALUE( ...) to store the slicer selection inside the variable.
Then, if necessary, use SWITCH( ... ) to return the value you want to visualize.
Hopefully, this helps to tackle your challenge.
Regards,
Tom
- Happytravel20251 year agoRegular Visitor
I will try now! Thank you