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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
kousar99
Helper I
Helper I

How to Total of different matrix( eg, from visual matrix) and show it in card visual

Hi Experts,

kousar99_0-1653928562736.jpeg

 

As I have come across one scenario where I have to show the sum of TOTAL coming from matrix visual( different matrix) in different card visual so please can anyone help me on this and do the needful.

 

Thanks in Advance

Kousar

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @kousar99 ,

I created some data:

vyangliumsft_0-1654148497363.png

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
SUMMARIZE('Table','Table'[Group2],'Table'[Amount])

vyangliumsft_1-1654148497365.png

2. Create measure.

Measure_Validation =
CALCULATE(SUM('Table'[Amount]),FILTER(ALLSELECTED('Table'),'Table'[Group1]="Validation"))
Measure_QA =
CALCULATE(SUM('Table'[Amount]),FILTER(ALLSELECTED('Table'),'Table'[Group1]="QA"))
Measure_all =
CALCULATE(SUM('Table'[Amount]),ALLSELECTED('Table'))

3. Result:

vyangliumsft_2-1654148497367.png

 

Best Regards,

Liu Yang

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

4 REPLIES 4
Anonymous
Not applicable

Hi  @kousar99 ,

I created some data:

vyangliumsft_0-1654148497363.png

Here are the steps you can follow:

1. Create calculated table.

Table 2 =
SUMMARIZE('Table','Table'[Group2],'Table'[Amount])

vyangliumsft_1-1654148497365.png

2. Create measure.

Measure_Validation =
CALCULATE(SUM('Table'[Amount]),FILTER(ALLSELECTED('Table'),'Table'[Group1]="Validation"))
Measure_QA =
CALCULATE(SUM('Table'[Amount]),FILTER(ALLSELECTED('Table'),'Table'[Group1]="QA"))
Measure_all =
CALCULATE(SUM('Table'[Amount]),ALLSELECTED('Table'))

3. Result:

vyangliumsft_2-1654148497367.png

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

Nathaniel_C
Community Champion
Community Champion

Hi @kousar99 ,
Your picture is not very clear, but you might try this:

Visual total = SUM('Sample'[Column2]) +SUM('Sample'[Column3])


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel

Nathaniel_C_0-1653929931659.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi  Nathaniel_C

Thanks for your response, but i want to do it matrix total below find the image for your reference

 

WhatsApp Image 2022-05-30 at 10.01.26 PM.jpeg 

Hi Experts,

WhatsApp Image 2022-05-30 at 10.01.26 PM.jpeg

As I have come across one scenario where I have to show the sum of TOTAL coming from matrix visual( different matrix) in different card visual so please can anyone help me on this and do the needful.

 

Thanks in Advance

Kousar

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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