Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 38 | |
| 35 | |
| 23 |