Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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?
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.
User | Count |
---|---|
25 | |
15 | |
11 | |
8 | |
8 |
User | Count |
---|---|
19 | |
15 | |
15 | |
14 | |
13 |