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.
I have a Matrix table that includes multiple projects with their Project Code, I want to apply on the project code column conditional formatting where If I have a blank in one of the cells, it will return yellow which means code missing and if the code is there, then keep background white. Can someone help me DAX a formula that would be applicable to this case. Much appreciated. Sounds simple but my mind freezed.
Project | Project Code |
Project A | WS-23145 |
Project B | |
Project C | AB-19377 |
Project D | FX-868599 |
Project E | |
Project F | PO-37383 |
Project G | NU-93939 |
Any thoughts on best solution.
Solved! Go to Solution.
Create a measure, and format based on that:
Can you please explain steps.
Create a measure, and format based on that:
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |