The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I would like to color a specific cells for a specific row.
For example here I would like = if values is "coverage" and the results in the column 3/29/2024 is 0 then the backgroung color must to be black.
Also I have maybe 30 differents column to color, how can I use this formula with all.
Thanls
Solved! Go to Solution.
Hi @NilsPR
Here is my testing:
I restored some of your data.
Then I did something as follows.
Create a measure:
Measure = IF(MAX([Values]) = "Coverage" && MAX([3/29/2024]) = 0, "Black", BLANK())
Result:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NilsPR
Here is my testing:
I restored some of your data.
Then I did something as follows.
Create a measure:
Measure = IF(MAX([Values]) = "Coverage" && MAX([3/29/2024]) = 0, "Black", BLANK())
Result:
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Anonymous
It's exactly what I wanted. Thanks a lot.
User | Count |
---|---|
56 | |
54 | |
53 | |
47 | |
30 |
User | Count |
---|---|
175 | |
88 | |
69 | |
48 | |
46 |