Forum Discussion
Filters not changing tooltip on charts.
Hello. I recently had a problem with a visual and I don't know why. I had created a measure to serve as a tooltip and I placed it on a chart and a map. The chart shows total sales by year and the map shows total sales by region. The tooltip works perfectly, the problem was when I tried to click on a specific region on the map to see the annual sales of that region on the chart. The results on the chart changed, as expected, but the tooltip remained the same, showing the total result. I thought it was a problem in the code of the measure I used, but when I clicked on the year on the chart to see the results on the map, the tooltip on the map changed as I wanted. It changed on the map but not on the chart. Does anyone have any idea why this is happening? By the way, this visual only used a single table as a base.
2 Replies
- AnonymousNot applicable
Hi jobf ,
Based on the description of your problem, I found that your map and chart are able to interact properly, but there is a problem with the tooltip on the chart. I performed a simple test and it is working fine, are your steps consistent with mine?
1.Here is my test data:
2.Create a measure:
Measure = SUM('Table'[sales])3.Use this measure as a tooltip for line chart and map.
4.Then the result is as follows:
Best Regards,
Zhu
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi jobf ,
I'm sorry to bother you for a moment, is your problem solved? If so, can you share your answer and mark it as solution, it will help people in the community with similar problems, thank you very much for your contribution!
Best Regards,
Zhu