Hi I'm bringing 5 date time columns from the DWH to views. The original format is in int and i use the below to convert to datetime. The vies execut without problems.
CAST(CAST(ShippingDateRequested_SK AS VARCHAR(8)) AS DATETIME) AS [Shipping Date Requested],
Recently when i pull the datetime date in to power bi i've suddenly started getiing this error: the conversion of a marcher data type to a dateline data type resulted in an outrage value
Has anyone come accross this? or can anyone advise on what to do? as I've pretty much tried everything as a work around.