Forum Discussion
Formatting
Hi all ,
Grid = FORMAT([Max Month Usages], "##,##") & " " & "/" & " " & FORMAT([Monthly Average],"##,##")
I want to Create a Measure that when the Max Month usages are less then the Monthly Average value the Max Month usages is in green without making the entire Measure green.
Like the Value Below =
1640 / 6,800
Thanks , James.
Hi JamesBurke
You can do this using the HTML Content custom visual.
Here's an explanation how to use it
Solved: Possible to change font color of ONLY a dynamic va... - Microsoft Fabric Community
Regards
Phil
2 Replies
- PhilipTreacySuper User
Hi JamesBurke
You can do this using the HTML Content custom visual.
Here's an explanation how to use it
Solved: Possible to change font color of ONLY a dynamic va... - Microsoft Fabric Community
Regards
Phil
- BmejiaSuper User
I don't believe this is currently possible. Maybe you can separate the values into two colums and build your conditional format the way. you can alway left and right indent so they look like they are together.