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
EpicTriffid
Helper IV
Helper IV

Percentage of Column Subtotal

Morning, I have this table:

 

Capture.PNG

I want to calculate the % split of UG and PG for each year. So, for example, under 18/19, I want it to say:

 

18/19 
UGPG
ActualActual
92%8%
85%15%
72%28%
86%14%

 

These are all single rows of data, each with a year, UG/PG status, and Actual/Target status, resulting in the format you see here. 

So, I'm guessing it needs to be a percentage of the column subtotal? But I have no idea how to do that?

3 REPLIES 3
Icey
Community Support
Community Support

Hi @EpicTriffid ,

 

It'll be great if you could provide some sample data with the same data structure of your real data for test.

 

 

Best regards

Icey

 

amitchandak
Super User
Super User

@EpicTriffid , You have % of row total in matrix visual. But I doubt that will work ,

 

This will be

divide([measure], allexcept(Table, Table[Year], Table[?]))

or

divide([measure], allexcept(Table, Table[Year]))

 

where ? is column/s on the row of the matrix

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

Hmm, that doesnt seem to be working. Screenshot of the result and measure below. Sorry for the terrible pen work!

 

Capture.PNG

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