Forum Discussion
Can we make tooltip to react as per particular attribute which is not on the table?
Hi,
I hope to see page tooltip as per column attribute.
e.g. If I hover on 5G, then only hope to see 5G(green bar) category data which is green not LTE purple bar together.
I created the table value 5G/LTE respectively to cutomise the column color and order rather than put attribute in the column field.
That's why tooltip cannot detect as per this attribute(5G/LTE).
If I add attribute 5G/LTE in column field(Frequency) then tooltip react as per attribute well but I cannot change the column order and color.
2 Replies
- AnonymousNot applicable
Hi Anonymous ,
I think you can try conditional formatting in your Clustered bar chart.
My Sample:
Measure:
Color = IF(MAX('Table'[Frequency]) = "5G","Green","Purple")Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi,
My visual has multiple values which are for 2 types of Frequency each.
Your test has 1 value with column Frequency so it's different to my trouble.