Hi there,
I've created a report that contains several graphs, and I'm hoping to add some sort of help/documentation to the report. Ideally I'd like a textbox to be displayed when the user hovers over/clicks a graph or help button. I know it's possible to add text boxes, however the documentation would be somewhat lengthy and I wouldn't want it to be permanently displayed on the report.
Thanks for your help!
Solved! Go to Solution.
Miguel Myers (spelling?) has a hot tip for this in his webinar on building beautiful power bi reports...
basically he uses a donut chart overlaying a text box with a ? in it to create a little help widget. then he creates a table of help texts and adds it to the legend for that donut chart. then he filters the column to only show the help he wants..
I use this technique and it works OK but its not perfect and I'd be interested to hear if anyone has a better way to show dynamic help.
one other way I have been thinking about is to use a measure with "HASONEVALUE" which shows generic" about this dashboard" then switches to "help text" when a filter is selected
Miguel Myers (spelling?) has a hot tip for this in his webinar on building beautiful power bi reports...
basically he uses a donut chart overlaying a text box with a ? in it to create a little help widget. then he creates a table of help texts and adds it to the legend for that donut chart. then he filters the column to only show the help he wants..
I use this technique and it works OK but its not perfect and I'd be interested to hear if anyone has a better way to show dynamic help.
one other way I have been thinking about is to use a measure with "HASONEVALUE" which shows generic" about this dashboard" then switches to "help text" when a filter is selected
Thanks @dearwatson a diffrent way could be to use this HTML custome Visual, then put some html code instead of the comment, somthing like:
<a href="" title="tooltip text ..."><h1 style="color:white;">?</h1></a>
Hi@ymouman,
This worked as charm, however, when i click it the question mark or text will disapper.. is there any work around for this?
thanks in advance:)
sravan
@freswood Have you tried the MAO software custom visual for dynamic tooltips? It's excellent and does this perfectly well. Tom
I like this bookmark option:
Thanks @dearwatson that worked perfectly! It's a little clumsy to use so hopefully they add custom tooltips as a feature.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
341 | |
99 | |
62 | |
51 | |
47 |
User | Count |
---|---|
328 | |
120 | |
84 | |
66 | |
65 |