Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 44 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 31 | |
| 26 | |
| 25 |