Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
So, I made a dashboard with lots of visuals, and the default tooltip is different for each of the visuals (left screenshot). I want to keep these default tooltips that are unique to the visuals, but also want to add trend by year tooltip for the visuals that I made (right screenshot).
I was wondering if there is way to have both of these tooltips show up for the visuals.
Thanks in advance
Solved! Go to Solution.
Sure. Change the measure to:
Cause or event = IF(ISFILTERED( table[cause]), SELECTEDVALUE (table[cause]), IF(ISFILTERED(table[event]), SELECTEDVALUE (table[event])))
and add similar logic for any other visual in the page
Proud to be a Super User!
Paul on Linkedin.
the only way I can think of is to include the data from the regular tooltip in the report page tooltip and only use the latter
Proud to be a Super User!
Paul on Linkedin.
@PaulDBrown could you elaborate on what you mean by that please. I can add the number of crashes to report page tooltip like this, but I can't add the "Major Cause" part in this case, because that is specific to that visual.
does adding a measure to the report page tooltip with SELECTEDVALUE(table[cause]]) work?
Proud to be a Super User!
Paul on Linkedin.
Where do I add the measure to?
the report page tooltip in a card visual
Proud to be a Super User!
Paul on Linkedin.
So the measure works for the "Major Cause" visual, but says blank when I hover over other visuals. I have attached the screenshots below.
Can I add multple tables to the selected value measure? I tried adding other table to the measure with a comma but power bi doesn't like that.
Sure. Change the measure to:
Cause or event = IF(ISFILTERED( table[cause]), SELECTEDVALUE (table[cause]), IF(ISFILTERED(table[event]), SELECTEDVALUE (table[event])))
and add similar logic for any other visual in the page
Proud to be a Super User!
Paul on Linkedin.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |