Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have the column 'Flag' in my table which says Yes/No for the jobs run.
For Flag with 'Yes' I need to show Green color
For Flag with 'No' I need to show Red color
Please help in write the DAX formula for that?
thank you
Bhavesh
Solved! Go to Solution.
@Anonymous You can accomplish this without DAX, or the only DAX would be to switch your "yes" to 1 and your "no" to 0. Then right click on the field name and use conditional formatting for value and background for a table or matrix.
@Anonymous You can accomplish this without DAX, or the only DAX would be to switch your "yes" to 1 and your "no" to 0. Then right click on the field name and use conditional formatting for value and background for a table or matrix.
Thank you @Anonymous, it worked out
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 11 | |
| 10 | |
| 9 |
| User | Count |
|---|---|
| 43 | |
| 35 | |
| 23 | |
| 15 | |
| 14 |