Forum Discussion
DATEDIFF Incorrect Conversion Output
- 4 years ago
I've only got working results also.
See updated PBIX attached. Page 2.
The first place I'd be looking is the data types for the dates and see if there are any conversion issues/locale issues, but I doubt that is going to account for such significant differences.
- 4 years ago
Add custom column:
= Duration.Days([DecommissionDate]-[DateFirstUse]))
Power BI doesn't like calculated date columns with a SQL datasource. Adding a custom column in Power Query produces correct calculations for all values.
The results for the above function can be seen in the screen capture below that are subtsantially higher -
- ALLUREAN4 years agoSolution Sage
Not sure that will help, but the last .[Date] should be .[Day]. It will be good if you provide some file if not contain any sensitive info
- sffc4 years agoHelper I
I must've changed that having to retype some of the table names, but I changed it to .[Day] and still get incorrect results.