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,
I have the below Matrix and want to change the background color of the line "+/- Var" only where the values are negative (<0). (If negative = red, if positive = green)
However the line is a calculation created by the DAX function below:
How could I achieve it?
Thanks in advance!
Solved! Go to Solution.
create a "sister" measure that outputs the desired color names, and then use that as the basis for the conditional formatting of the main measure value in the matrix.
create a "sister" measure that outputs the desired color names, and then use that as the basis for the conditional formatting of the main measure value in the matrix.
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |