Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
69 | |
55 | |
36 | |
31 |
User | Count |
---|---|
84 | |
63 | |
63 | |
49 | |
45 |