March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi there.
The screen below shows 2 matrix (from 2 different tables). I would like to create a 3rd matrix (in the same format as the 1st 2 matrix) whereby I can show for each financial year, the difference between the approved amount and the committed amount.
Any suggestio would be much appreciated.
Thanks.
Solved! Go to Solution.
Hi@irisyeong
You can do these like me as below:
Step 1:
Create relationship between two table by year like this:
Measure = CALCULATE ( SUMX ( Table1, Table1[Qty] - CALCULATE ( SUMX ( RELATEDTABLE ( Table2 ), Table2[Qty] ), FILTER ( Table2, Table2[ComFS] = Table1[FundingSource] ) ) ) )
Best Regards,
Lin
Hi@irisyeong
You can do these like me as below:
Step 1:
Create relationship between two table by year like this:
Measure = CALCULATE ( SUMX ( Table1, Table1[Qty] - CALCULATE ( SUMX ( RELATEDTABLE ( Table2 ), Table2[Qty] ), FILTER ( Table2, Table2[ComFS] = Table1[FundingSource] ) ) ) )
Best Regards,
Lin
Thanks Lin. It worked. Much appreciated.
Hi,
I have something similiar. I want to show difference between this two table on a month with graphics preview.
Can you help me ?
In this case I want to show the diferene for each parameters graphically.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |