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.
We must create a Matrix using "Closed ID" as Rows & Count, Current Account Ratio, and Amount Processed as Values.
Here comes the issue, a few columns are referring to Closed ID & Few of the columns are referring to “Assigned ID”, but we Have to use only the Closed ID as rows & those Columns which are referring the “Assigned ID” Should reflect in the Closed ID Matrix.
I have attached an Excel sample with two tables & and what the result should look like. The result using Closed ID as rows & Column “Count” value is derived based on “Assigned ID”. I'm expecting the same in the Power Bi matrix using Dax.
Solved! Go to Solution.
Hi @Mharipr5 ,
Please follow these steps:
(1) Create a new measure
COUNTA = CALCULATE(MAX('Table'[Count]),FILTER(ALL('Table'),'Table'[Assigned ID] = MAX('Table 1'[Closed ID])))
(2)Final output
Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Mharipr5 ,
Please follow these steps:
(1) Create a new measure
COUNTA = CALCULATE(MAX('Table'[Count]),FILTER(ALL('Table'),'Table'[Assigned ID] = MAX('Table 1'[Closed ID])))
(2)Final output
Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |