Forum Discussion
Miruthan
Advocate V
8 years agoConditional formatting for non Aggregated column with various color
Hi experts,
I want to show there different color dot based on date. Here I used the calculation, but I am not able to apply conditional formating as it is not aggreagted column.
Alert = SWITCH(TRUE(),
Backlog[Day]>5,UNICHAR(128308),
Backlog[Day]<=5,UNICHAR(128308), -- I want to use green and amber instead of RED.
"Blank"
)
Please guide me.
1 Reply
- Greg_Deckler
Community Champion
Can you post some example/sample data that is easily copy and pasted? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490