Forum Discussion
cmajewski
7 years agoFrequent Visitor
Conditional Formatting Quesiton
I noticed in the May 2018 Update of Power BI they changed conditional formatting and added some powerful new features. I should get this menu: But instead I get this: I am runnin...
- 7 years agoYou could just creat your column with the actual color name/value that you want, then use the "Field value" optionStatusColor = SWITCH([Status],
"Started", "Blue","Completed","Green","Pending","Yellow")
cmajewski
7 years agoFrequent Visitor
Many Thanks!!
v-chuncz-msft
7 years agoCommunity Support