I am importing a text file where the date columns are coming through as whole numbers (yyyymmdd). When I try to transform to date, I get error. I tried to add a custom column with DAX formula Date(mid([Column1], 1,4), mid([
What can I do to correct this?
Thanks
Column1
], 5, 2), mid([Column1
], 7, 2)). Then I get error "The Name DATE is not recognized".What can I do to correct this?
Thanks