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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
v-yangliu-msft
Community Support
Community Support

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
v-yangliu-msft
Community Support
Community Support

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
Super User
Super User

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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