Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.