Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have created a measure that calculates the Year on Year % Growth of Revenue. I have formatted the measure as percentage.
I am trying to have conditional formating where if it is a positive number, it is highlighted in green and red if it is negative. However, I am just not finding the dropdown option of "Percentage" and "Number"
I tried to alternate by of formatting by field value instead of rule, however there is no option within the field value dropdown.
Please help. Thanks
Solved! Go to Solution.
Hi @alvinyong ,
You can create a measure as below for the setting of backgroud color first:
Background color = IF([YoY YTD Revenue Growth %]<0,"Red","Green")Then set the conditional formatting for the measure "YoY YTD Revenue Growth %" just like the one in below screen shot:
Best Regards
Rena
Hi @alvinyong ,
You can create a measure as below for the setting of backgroud color first:
Background color = IF([YoY YTD Revenue Growth %]<0,"Red","Green")Then set the conditional formatting for the measure "YoY YTD Revenue Growth %" just like the one in below screen shot:
Best Regards
Rena
@alvinyong , You can create a colo measure and use it
Example. : Color sales = if(AVERAGE(Sales[Sales Amount])<170,"green","red")
In this UI use the field in the first option and use this kind of measure
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 100 | |
| 39 | |
| 29 | |
| 29 |