Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Here is a pic. I can't figure out how to do the lines the same way? Any help is appreciated, thanks!!
Solved! Go to Solution.
You can build that in Power BI with a clustered column chart + error bars.
Those small yellow/green “ticks” are just the caps of error bars plotted for an
(invisible) series.
Steps
1. Measures
-- your two bars
[Actual A] := ...
[Actual B] := ...
-- target lines (the y-values where the short dashes must appear)
[Target Green] := ...
[Target Yellow] := ...
-- dummy measures to host the error bars
[Dummy Green] := 0
[Dummy Yellow] := 0
2. Visual
3. Error bars → for each Dummy series
Result: two short horizontal caps (ticks) at the specified y-values above each category, with your two columns below—visually matching the Excel chart.
I hope it helps.
You can build that in Power BI with a clustered column chart + error bars.
Those small yellow/green “ticks” are just the caps of error bars plotted for an
(invisible) series.
Steps
1. Measures
-- your two bars
[Actual A] := ...
[Actual B] := ...
-- target lines (the y-values where the short dashes must appear)
[Target Green] := ...
[Target Yellow] := ...
-- dummy measures to host the error bars
[Dummy Green] := 0
[Dummy Yellow] := 0
2. Visual
3. Error bars → for each Dummy series
Result: two short horizontal caps (ticks) at the specified y-values above each category, with your two columns below—visually matching the Excel chart.
I hope it helps.
Thanks!!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.