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
prakash11440278
Post Prodigy
Post Prodigy

Dynamic subtotal labels in Matrix chart

Hi All,

Is it possible to change the subtotal labels as dynamic. Currently there is no option to change subtotal labels to dynamic based on the values. I know this not possible using matrix chart, Is there any other way to acheive the same functionality like matrix chart. Please help.

4 REPLIES 4
v-henryk-mstf
Community Support
Community Support

Hi @prakash11440278 ,

 

Based on your description, try to use slicer as a way to achieve a similar effect by using dynamic filter tags. For reference, I have done the following tests:

 

Measure = 
var a = SELECTEDVALUE(Slicer_[ID])
return 
IF(MAX('Table'[ID])=a,MAX('Table'[Value]),BLANK())

vhenrykmstf_0-1634091862219.png

vhenrykmstf_1-1634091872272.png

 


If the problem is still not resolved, are you able to further describe your needs or provide desired expected results. To facilitate me to answer you as soon as possible.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-henryk-mstf , Thanks for your reply. 

I am facing issue in matrix chart subtotals, not column chart. 

amitchandak
Super User
Super User

@prakash11440278 ,  I doubt there is an option as of now. Only static Label

 

You can log an Idea https://ideas.powerbi.com/ideas/

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

@amitchandak ,Thanks for your reply.

Is there any workaround for this issue or any custom visual availble to fulfill this req. Pls advice.

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