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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hy, I'm trying to build a chart like the one below. I know the bar charts are easily doable but a few features I want to try to add
Customize the bars by adding additional features.
Arrows that appear within the bar chart if a certain criteria is met
Is this doable?
Solved! Go to Solution.
I don't think that is acheivable using the default bar chart visual. But I suggest using the matrix visual, and then using the conditional formatting on the Bars to create the bar-chart look. Then you can use conditional formatting with icons to get the arrows to show up. To do this, you'll need to create a measure with the logic for your arrows.
Thanks, this is very helpful and might do what I need to do. I would just have to find a way to make this look as much of a bar chart as possible.
I don't think that is acheivable using the default bar chart visual. But I suggest using the matrix visual, and then using the conditional formatting on the Bars to create the bar-chart look. Then you can use conditional formatting with icons to get the arrows to show up. To do this, you'll need to create a measure with the logic for your arrows.