Forum Discussion
Compare dates in a summarised table
- Anonymous1 year ago
Hi, Elisa112
Is this the result you expected? If not, please provide more information.
Days to employment = DATEDIFF([Start Date],[Outcome Date],DAY)Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Elisa112
Have you solved your problem? If not, can you provide example data and your desired output?
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Anonymous
My summary table looks like this
Customer ID Start Date Outcome Date OutcomeType
123 15 Jan 2024 15 March 2024 Employed
I looking for the following output:
Customer ID Start Date Outcome Date OutcomeType Days to employment
123 15 Jan 2024 15 March 2024 Employed 90
I would rather the column days to employment is a calculated column rather than a measure
Thanks for your assistance
- Anonymous1 year agoNot applicable
Hi, Elisa112
Is this the result you expected? If not, please provide more information.
Days to employment = DATEDIFF([Start Date],[Outcome Date],DAY)Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Elisa1121 year agoHelper V
Thank you