Forum Discussion
Tooltip values not updated after selecting value from Slicer.
I Have 3 tables,
1st table Measures : Contains all measures calculated using other tables and measures column names are ProgressPercentage, ProgressA and ProgressB.
2nd table Modules : This table contain distinct modules uses one of the slicer.
3rd table Iterations : This tables contains column Iteration in dates format which uses X-Axis in line graph and another column name is Area which uses for other slicer.
Using ProgressA and ProgressB I calculated ProgressPercentage.
In line graph x-axis is Iteration (Dates), Line represented in % uses measure column ProgressPercentage. In tooltip their are two values ProgressA and ProgressB.
Now issue is when I select Area from slicer (from Iteration table) then line graph is updated but not tooltip values (tooltip values from measures table). How I can update tooltip values using different table?
Anonymous ,
Thanks for sharing and thanks for creating a senario in behalf me. BTW, Sure your solution not solve my problem but I got a hint about implementation of custom tooltip. With the implemented that custom tooltip now i can show both Area and Module at same time in tooltip.
2 Replies
- rbholeFrequent Visitor
Anonymous ,
Thanks for sharing and thanks for creating a senario in behalf me. BTW, Sure your solution not solve my problem but I got a hint about implementation of custom tooltip. With the implemented that custom tooltip now i can show both Area and Module at same time in tooltip.
- AnonymousNot applicable
Hi rbhole ,
I cannot reproduce your issue. Could you please provide more details?
I have created a simple sample, please refer to it to see if it helps you.
Have you tried to refreshed the data after the visual updating?
I have found a similar post, please refer to it to see if it helps you.
-
The value property can not contain numbers as per declaration.
To fix this issue you must convert numbers to strings explicitly.
If it doesn't help, please provide a simple sample with the same issue.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
-