The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there, I am making a matrix table and would like to show the bar into red if exceed 100% (i.e. means out of the project tracking), how can I work on it? Thanks very much.
Solved! Go to Solution.
@ryan_mayu Thanks for your contribution on this thread.
Hi @rachelbi ,
As you can see the one in the below screenshot, the bar color can only be set to display a gradient color within a certain range of values.
There is a workaround where you can set a conditional format for the Font color on the value field. You can refer to the following steps:
1. Create a measure as below
Font color conditional formatting = IF([% Time Spent Progress]>1,"red")
2. Configure Conditional formatting -- Font color for the value field [% Time Spent Progress]
Best Regards
@ryan_mayu Thanks for your contribution on this thread.
Hi @rachelbi ,
As you can see the one in the below screenshot, the bar color can only be set to display a gradient color within a certain range of values.
There is a workaround where you can set a conditional format for the Font color on the value field. You can refer to the following steps:
1. Create a measure as below
Font color conditional formatting = IF([% Time Spent Progress]>1,"red")
2. Configure Conditional formatting -- Font color for the value field [% Time Spent Progress]
Best Regards
pls try this
pls see the attachment below
Proud to be a Super User!
thank you @ryan_mayu . My apology for being confused, I am working on a matrix table instead of a chart.
i would like to indicate "108%" flagged as red bar as shown below exceed the planned time frame.
i didn't find the settings for a bar in matrix, either. Sry about that. Let's see if anyone else can help you on that.
Proud to be a Super User!