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 try to transform the negative %'s in RED, and the positive ones in GREEN for the field "AvsF YTD%"
Entering a large negative number in the first value field does not seem to work
Any tips?
Solved! Go to Solution.
Hello
You can use a conditional field measure for formatting as below;
Thanks for the reply from BIswajit_Das , please allow me to add some more information:
Hi @Ptolemaida ,
Here are the steps you can follow:
1. Create measure.
color measure =
IF(
[AvsF YTD%] >=0 ,"green","red")
2. Select[AvsF YTD%] – Conditional formatting – Background color.
3. Go to the Background color interface.
Format style – Field value
What field should we base this on – [color measure]
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks for the reply from BIswajit_Das , please allow me to add some more information:
Hi @Ptolemaida ,
Here are the steps you can follow:
1. Create measure.
color measure =
IF(
[AvsF YTD%] >=0 ,"green","red")
2. Select[AvsF YTD%] – Conditional formatting – Background color.
3. Go to the Background color interface.
Format style – Field value
What field should we base this on – [color measure]
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hello
You can use a conditional field measure for formatting as below;
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |