Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I've thoroughly reviewed the other posts on this topic and none of them have a solution that works for my situation. I need to calculate the months difference between two dates, and in some cases, the start date is greater than the end date. I cannot just subtract the dates because I need the Months, not the Days. I've tried to modify the following solutions from previous posts but I get the same error each time:
1)
DateDiffMeasure := IF ( [StartDateField] > [EndDateField], 0 - DATEDIFF ( [EndDateField], [StartDateField], Month ), DATEDIFF ( [StartDateField], [EndDateField], Month ) )
2)
Days = SWITCH ( TRUE (), [StartDateField] > [EndDateField], -1 * DATEDIFF ( [EndDateField], [StartDateField], Month ), [EndDateField] > 'Table'[Target], DATEDIFF ( [StartDateField], [EndDateField], Month ), 0 )
I get the same Datediff error (start date cannot be greater than the end date) regardless of what option I try from previous posts on this topic.
I tried your DAX formula in Feb 2017 version of Power BI Desktop and did not get the Datediff error as below. Could you please provide your PBIX file to me so that I can have a check on it?
Best Regards,
Herbert
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
89 | |
52 | |
45 | |
39 | |
38 |