Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Experts,
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
Solved! Go to Solution.
Hi @kousar99 ,
I created some data:
Here are the steps you can follow:
1. Create calculated table.
Table 2 =
SUMMARIZE('Table','Table'[Group2],'Table'[Amount])
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:
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
Hi @kousar99 ,
I created some data:
Here are the steps you can follow:
1. Create calculated table.
Table 2 =
SUMMARIZE('Table','Table'[Group2],'Table'[Amount])
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:
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
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
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
Hi Experts,
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
User | Count |
---|---|
98 | |
78 | |
77 | |
49 | |
26 |