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! Learn more

Reply
Anonymous
Not applicable

Stacked Bar display Name and Value

Hi all,

 

Need help to display Name and Value on the stacked bar.

For example as,

 

A 10

B 15

C 20

 

Thanks,

-Shirish

 

 

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

We can try to use multi measures with custom format as a workaround to meet your requirement:

 

MeasureA = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="A"))

 

MeasureB = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="B"))

 

MeasureC = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="C"))

 

18.PNG19.PNG20.PNG17.PNG


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Missed out the attachment

Power BI Name and Value on Stacked Bar.png

Hi @Anonymous ,

 

We can try to use multi measures with custom format as a workaround to meet your requirement:

 

MeasureA = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="A"))

 

MeasureB = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="B"))

 

MeasureC = CALCULATE(SUM('Table (2)'[Value]),FILTER('Table (2)',[Name]="C"))

 

18.PNG19.PNG20.PNG17.PNG


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous ,


Sorry for that, Based on my research, it is not supported yet currently .  We also not found an effective solution to meet your requirement, perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner : https://ideas.powerbi.com/forums/265200-power-bi-ideas

 

You could also create your own custom visual if you are an experienced web developer: https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals/

 

Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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