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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Matrix - Use total to calculate a column

Hi, i am new to this and i would appreciate if anyone can help me with the following.

 

I have used matrix to create a pivot table as shown below and i want to create a column that will be the cell value/total value 

 

e.g. 1-1 --> 20/99

2-1-->3/99

3-1-->2/99

 

matrix_pivot.JPG

How can i do this?

 

Thank you.

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

You could create a measure with the formula below.

 

Measure = CALCULATE(MAX('Table1'[Value]))/CALCULATE(SUM(Table1[Value]),ALL('Table1'))

Here is the result.

 

output.PNG

 

Hope this can help you.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

You could create a measure with the formula below.

 

Measure = CALCULATE(MAX('Table1'[Value]))/CALCULATE(SUM(Table1[Value]),ALL('Table1'))

Here is the result.

 

output.PNG

 

Hope this can help you.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hey what about the below metrics:-

Numerator(Values of Column(Impl Axis)/Constant Denominator (99 e.g. grand total of Total column) 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors