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,
I have a dynamical matrix following. Two columns are dynamical based on period I select for example 2018.06.
I want to know how to make a difference (Actual - Budget).
I am looking forward to hearing from you soon.
Best regards.
Wei
Solved! Go to Solution.
hi, @Anonymous
Just create three measure as below:
Actual = CALCULATE(SUM(Table1[Value]),FILTER(Table1,Table1[Kind]="Actual"))
Budget = CALCULATE(SUM(Table1[Value]),FILTER(Table1,Table1[Kind]="Budget"))
Difference = [Actual]-[Budget]
Then do not drag [Kind] field (Actual - Budget) into matrix Columns value and [Value] into matrix Value. Just drag these three measure into Value.
Result:
Best Regards,
Lin
hi, @Anonymous
Just create three measure as below:
Actual = CALCULATE(SUM(Table1[Value]),FILTER(Table1,Table1[Kind]="Actual"))
Budget = CALCULATE(SUM(Table1[Value]),FILTER(Table1,Table1[Kind]="Budget"))
Difference = [Actual]-[Budget]
Then do not drag [Kind] field (Actual - Budget) into matrix Columns value and [Value] into matrix Value. Just drag these three measure into Value.
Result:
Best Regards,
Lin
User | Count |
---|---|
116 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |