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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How can I display 2 values in a clustered bar chart?

I'm using a clustered bar chart and I am trying to display two measures, one that shows $ this year, another showing % chg vs YA. I want the bar to be $ but I want the values to say $5M, 10% etc. Is there an easy way to do this?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , You have to create a clustered line visual for that. Or you can add percent value to like visual.

For formatting, you can use the measure tool or formatting option mentioned here https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings

 

Format options

Data Format New Rib.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Create a new measure and concatenate the two measures you need, giving the required format. Example:

MedidaCombinada = .MAX(Table[CampoTexto])&" "&FORMAT(SUM(Board[Medida1])/[Medida2],"0.0%")
then, go to the visual field settings > Data Label > Values > Field and put the "CombinedMeasure"
Anonymous
Not applicable

Hi @Anonymous ,

Currently Power BI don't support the customized label,  you can refer the method in the following threads as workaround to get it.

How to show detailed Labels (% and count both) for clustered column chart visualization?

Showing % for Data Labels in Power BI (Bar and Line Chart)

Best Regards
Community Support Team _ Rena Ruan
If this post helps, then please consider Accept it as the solution to help the other members find it more.

amitchandak
Super User
Super User

@Anonymous , You have to create a clustered line visual for that. Or you can add percent value to like visual.

For formatting, you can use the measure tool or formatting option mentioned here https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings

 

Format options

Data Format New Rib.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors