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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
timosborn
Frequent Visitor

Error bars not working

 

It appears that the error bars in PBID & PBIS for the line chartare not functioning as they used to anymore.

Does anyone else get this?

I posted a visual on my Novy pro account, here is a screenshot of the error bars from a few months ago.

timosborn_0-1725277515649.png

 

Here’s the same visual as it appears now with no changes made.

 

timosborn_0-1725277799605.png

 

 

In PBI Desktop for the same report, I can’t get the error bars back when I click bar to on, nothing happens.

timosborn_2-1725277515654.png

 

Has anyone else noticed this? Is there any workaround or way to get them working that anyone has noticed?

 

My Novy pro account, notice the difference between the screen shot and the live visual 

https://www.novypro.com/profile_about/timosborn

1 ACCEPTED SOLUTION

Hi @timosborn 

edit 3 Service Profit Analysis.pbix

You could use the Margin for the visual and the upper error and zero for lower.

Use a measure to then colour the measures >0 blue, less red

Or have the margin and the other two in to generate the line.

SamWiseOwl_0-1725365581327.png

The sneaky trick is turning the chart into a column chart, applying the measure to the columns formatting, then turn it back to a line chart 😉


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

View solution in original post

4 REPLIES 4
timosborn
Frequent Visitor

amazing, thanks Sam!

SamWiseOwl
Super User
Super User

Hi @timosborn 

 

You could force it to appear by setting the upper limit to be your base calculation:

SamWiseOwl_0-1725287886810.png

 

Probably want something like:
Upper Measure = If( [measure] > 0, [measure], 0)

Lower Measure = If( [measure] <= 0, [measure], 0)


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

HI Sam,

 

Thanks so much for the response.

 

I tried your method but I just can't seem to get it working.

 

I already have measures as you've mentioned.  The only way I can now get the bars to appear is if I put symmetrical or relative on, but then they go all weird.

 

Can you please share your main report measure and error bar settings? 

I've attached my report, it has demo data so no issue with sharing.

https://drive.google.com/file/d/1iqiocLB6FVWupmJXcLJQoG3ucyR6ZCjc/view?usp=sharing

 

timosborn_0-1725333852424.png

 

Hi @timosborn 

edit 3 Service Profit Analysis.pbix

You could use the Margin for the visual and the upper error and zero for lower.

Use a measure to then colour the measures >0 blue, less red

Or have the margin and the other two in to generate the line.

SamWiseOwl_0-1725365581327.png

The sneaky trick is turning the chart into a column chart, applying the measure to the columns formatting, then turn it back to a line chart 😉


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors