Forum Discussion
Niki
8 years agoHelper III
hyperlink from data in text box
Good morning, I have created a report and working with bookmarks to go from a page with 'overall' info to a page with more details. So the report is about different projects and when clicking t...
Anonymous
8 years agoNot applicable
Niki,
Firstly, based on my test, it is possible to display hyperlink with text in textbox/button/image and dynamically display the value based on slicer selection. To work around this issue, you can create a table visual instead. And you can turn the URL icon ON and change the column displayed name to “Click here to web”.
Secondly, it is not possible to force “Single Select” in slicer, as you said, we can use Ctrl to select multiple items.
Thirdly, based on my research, it is not possible to hide the visual as you describe. We can add a new column to work around.
Column = IF(Table1[hyperlink]=BLANK(), "no content", Table1[hyperlink])
For more information, please check the pbix as attached.
Regards,
Lydia