Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowHello, 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?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
24 | |
15 | |
13 | |
12 | |
8 |
User | Count |
---|---|
30 | |
22 | |
15 | |
14 | |
14 |