Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Anonymous ,
You could create a measure to use numbers to represent different states.
Measyre =
SWITCH (
SELECTEDVALUE ( 'table'[state] ),
"Submitted", 1,
"New", 2,
"Rejected", 3,
"Accepted", 4,
"Closed", 5,
"Planned", 6
)
Then use the value of measure to create conditional formatting rule.
Best Regards,
Jay
Hi @Anonymous ,
You could create a measure to use numbers to represent different states.
Measyre =
SWITCH (
SELECTEDVALUE ( 'table'[state] ),
"Submitted", 1,
"New", 2,
"Rejected", 3,
"Accepted", 4,
"Closed", 5,
"Planned", 6
)
Then use the value of measure to create conditional formatting rule.
Best Regards,
Jay
Click on the Down Arrow in front of the Column Name under Values Tab and Select Conditional Formatting > Icons
A new Icon window will pop up – fill all the details, select the icon type you want and click on OK.
That’s it, the icons will show up on your chart –
Read my article here https://exceleratorbi.com.au/conditional-formatting-with-a-text-field-in-power-bi/
User | Count |
---|---|
77 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
99 | |
92 | |
50 | |
49 | |
46 |