The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
79 | |
73 | |
39 | |
30 | |
28 |
User | Count |
---|---|
108 | |
99 | |
55 | |
49 | |
45 |