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.
Hello, i'm trying to calculate the net gain or loss using two different date columns. One column is 'join date' and the other is called 'leave date'. Join date always has a value and leave date might not if someone is still active.
I'm not sure how to do this in DAX as i need to COUNT distinct ID's, for both date columns and then calculate the difference between each yearly value:
Any ideas?
thanks
Solved! Go to Solution.
Hi @rogerdea ,
You will need to unpivot the columns JoinDate and LeaveDate.
Click on Unpivot Columns
After unpivoting your table will look like below.
Create a Calculated Column
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi @rogerdea ,
You will need to unpivot the columns JoinDate and LeaveDate.
Click on Unpivot Columns
After unpivoting your table will look like below.
Create a Calculated Column
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi roger
Why does 1212, 2099 and 1313 rejoin in overlapping periods and how do you want these overlaps counted please?
User | Count |
---|---|
18 | |
12 | |
10 | |
10 | |
6 |
User | Count |
---|---|
23 | |
22 | |
20 | |
15 | |
10 |