Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
MNAIR1
Regular Visitor

Conditional Formatting - Bullet Chart

Hi Everybody

I am using bullet chart visuals from OkViz and struck at the conditionally formatting side. Usecase, if the AVG days for reporting request is less than Target days then Default Green for the Actual Bar otherwise Red, currently conditional format is working but the color effect is applied on the whole bar. I need to get an color effect depending on target line.

 

This is a free visuals, so i understand the limitation, but like to know your thoughts if their is a possiblity or workaround to create condition based on the Target Lines or any other visuals which can helps to fit the requirements.

 

Many Thanks

pbic.JPG

 

1 ACCEPTED SOLUTION
Whitewater100
Solution Sage
Solution Sage

Hi:

Perhaps one workaround would be to create two measures. One Positive One Negative.

Reporting Days Positive = IF([Avg Reporting Days] < [Target Reporting Days], [Avg Reporting Days])
Reporting Days Negative = IF([Avg Reporting Days] > [Target Reporting Days], [Avg Reporting Days])
Then you can format those individual measures. See below. This shows late shipped orders by time in red and then the green represents the period of catching up. Still you can apply this to many things.
The area chart I have as example is:
Whitewater100_0-1650644788731.png

Here's the field population (I used different fields)

Whitewater100_1-1650644840129.png

 

View solution in original post

1 REPLY 1
Whitewater100
Solution Sage
Solution Sage

Hi:

Perhaps one workaround would be to create two measures. One Positive One Negative.

Reporting Days Positive = IF([Avg Reporting Days] < [Target Reporting Days], [Avg Reporting Days])
Reporting Days Negative = IF([Avg Reporting Days] > [Target Reporting Days], [Avg Reporting Days])
Then you can format those individual measures. See below. This shows late shipped orders by time in red and then the green represents the period of catching up. Still you can apply this to many things.
The area chart I have as example is:
Whitewater100_0-1650644788731.png

Here's the field population (I used different fields)

Whitewater100_1-1650644840129.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.