This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |