Forum Discussion
GBB223
3 years agoFrequent Visitor
Change color for each selected data
Hi, I currently have codes that change the color of selected data on a scatter plot, but I'm trying to have different color for each selection. The code is below, DataToHighlight = Var _Selec...
amitchandak
Super User
3 years agoGBB223 , Try like
Switch( True() ,
max('Data'[Product Name]) in VALUES(SelectedProduct[Product Name]) , "118DFF",
"#A80000"
)