Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
87 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |