Forum Discussion
Anonymous
6 years agoNot applicable
How to create dynamic tooltips display for a bar chart
I would like to create a dynamic tooltips display (concate a string) for a bar chart when a selection is made. Dax Formula: Shift dynamic ToolTips =
VAR sel = VALUES(CollectDetails[ShiftSele...
- 5 years ago
Anonymous
ISFILTERED(The required Column on the Column Chart) and try it may work, else you can share sample data.
Anonymous
5 years agoNot applicable
Thanks Vijay,
Is there another function I can use in this case? Since I am not able to use the IsFiltered() function to check on other visuals?
VijayP
Community Champion
5 years agoAnonymous
ISFILTERED(The required Column on the Column Chart) and try it may work, else you can share sample data.