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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
aulona12
Frequent Visitor

How to create calculated rows in the matrix?

Hello everyone, 

 

I am trying to add calculated row % in the matrix but i am having a hard time. Some help please? 

 

This is the original table : 

aulona12_1-1678119760085.png

 

 

This is the desired result (the additions are all in red)

 

aulona12_2-1678119790362.png

 

 

 

Here is the formula view : 

 

aulona12_3-1678119830033.png

 

 

Thanks in advance for any help that you can provide

 

 

 

1 ACCEPTED SOLUTION
YukiK
Impactful Individual
Impactful Individual

Create a measure like the following and use it in your matrix instead:

Your Measure = 
DIVIDE(
    SUM(YourTable[YourColumn]),
    CALCULATE(
        SUM(YourTable[YourColumn]),
        ALLSELECTED(Yourtable[YourMonthColumn])
    )
)

 

Give it a thumbs up and accept as solution if you find this helpful!

View solution in original post

2 REPLIES 2
YukiK
Impactful Individual
Impactful Individual

Create a measure like the following and use it in your matrix instead:

Your Measure = 
DIVIDE(
    SUM(YourTable[YourColumn]),
    CALCULATE(
        SUM(YourTable[YourColumn]),
        ALLSELECTED(Yourtable[YourMonthColumn])
    )
)

 

Give it a thumbs up and accept as solution if you find this helpful!

This worked. Thank you for your suggestion.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.