Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi all,
Need help to display Name and Value on the stacked bar.
For example as,
A 10
B 15
C 20
Thanks,
-Shirish
Solved! Go to 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"))
Best regards,
Missed out the attachment
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"))
Best regards,
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.