Forum Discussion
kiranbchitari
7 years agoFrequent Visitor
How to create tooltip for table visual?
Hi, I am trying to create a tooltip for table visual but I am not getting how to write the measure for that. When the user could hover over any date(28 sep 2015 ) on a Date column, for example, unde...
- 7 years ago
Hi kiranbchitari
You can try adding the following measure to be used in tooltipToolTip1 =CALCULATE(SUM(Sheet1[Accounted Amount]),ALLEXCEPT(Sheet1,Sheet1[Date],Sheet1[Account]))
I have attached the pbix file in which I have created two measures to show the total with "All types" on a date and the total with the hovered line "type" and "date"
Here is the pbix, you can try
https://www.dropbox.com/s/jdv7tro4a4txc39/How%20to%20create%20tooltip%20for%20table%20visual.pbix?dl=0
Please accept as a solution if this helps.
Regards
Affan
Anonymous
7 years agoNot applicable
on hover the total tool tip shows wrong data (its showing first row data insted of total)
maranz
5 years agoFrequent Visitor
Same behavior here. This is a problem!