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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Fabcon_Europe_Social_Bogo

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.