Forum Discussion
Anonymous
5 years agoNot applicable
Dynamic Web URL Link upon User Slicer Selection
Hi Anonymous , I am trying to have a dynamic button redirecting to a web link which varies upon the user slicer selection. Could you help? Many thanks, Astrid.
- 5 years ago
Hi Anonymous ,
There is one more thing, you need to set type in measures:
Migasuke
5 years agoMemorable Member
Hi Anonymous ,
This is quite simple to do.
1. Do a measure, which reflects your slicers and return you the URL.
Something like Measure = SelectedValue('Table'[WebUrlColumn])
2. Create a Button, where you select action for Web URL, go to fx options and select your created measure:
In case you would struggle, let me know.