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
Mike_Mace
Resolver I
Resolver I

Matrix new measure on column totals

Happy covid days to all,

 

I have a matrix with info:

1. A list of 25 deliverables with random plan dates & random dates they were submitted

2. I created (head) columns by "starting-date" week. All random dates are grouped in those weeks

3. Each (head) column has three values (sub columns). Two first values (columns) come from data tables, third is a measure

 
I am looking to show a percentage delivered each week. That is what % of column sum "plan sum"  is "sub sum"
So as per snip, first week would be 80%, 4 of 5
second week would be 60%, 3 of 5
third week would be 40%, 2 of 5
 
Ideally this would be a new row under the Column Totals. Not confident that is possible (?) 
Is this easier done with new measures on a new matrix?

 
 
Snip:
 
1st.JPG
 

 

1 ACCEPTED SOLUTION
Mike_Mace
Resolver I
Resolver I

Hi @amitchandak 


Thanks you got me thinking outside the matrix.

No they were columns. Solution:

DIVIDE(SUM('submission date'[sub sum]),SUM('plan date'[plan sum])) * 100

View solution in original post

2 REPLIES 2
Mike_Mace
Resolver I
Resolver I

Hi @amitchandak 


Thanks you got me thinking outside the matrix.

No they were columns. Solution:

DIVIDE(SUM('submission date'[sub sum]),SUM('plan date'[plan sum])) * 100
amitchandak
Super User
Super User

@Mike_Mace , If these are two measures? you can get like

divide([sub sum],[plan sum])

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