Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
55 | |
54 | |
37 | |
29 |
User | Count |
---|---|
77 | |
62 | |
45 | |
40 | |
40 |