Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |