Forum Discussion
Error Bars Show Label For Upper Bound Only
- 8 months ago
HI tecumseh,
In Power BI Desktop (Nov 2025), error bar labels cannot be independently controlled for Upper vs Lower bounds. Power BI treats error bars as a single visual element, not two separate ones. However you can try with below workaround.
Instead of relying on error-bar labels:- Create a measure for Upper Bound Value
Upper Bound Label = [Base Value] + [Upper Error]
Add this measure as:
Secondary bar (transparent)
Or Tooltip / Card / Table
- Turn data labels ON only for this measure.
Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues. - Create a measure for Upper Bound Value
HI tecumseh,
In Power BI Desktop (Nov 2025), error bar labels cannot be independently controlled for Upper vs Lower bounds. Power BI treats error bars as a single visual element, not two separate ones. However you can try with below workaround.
Instead of relying on error-bar labels:
- Create a measure for Upper Bound Value
Upper Bound Label = [Base Value] + [Upper Error]
Add this measure as:
Secondary bar (transparent)
Or Tooltip / Card / Table
- Turn data labels ON only for this measure.
Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.