Forum Discussion
Data Format Error
- Anonymous5 years ago
parry2k I've managed to solve now. It looks as though an error was created during earlier stages where I split a column, changed their formats and carried out some data cleansing, and re-merged them, changing their format a final time. Once these steps had been removed, the changes were applied without problem.
Thank you for your time and effort in helping
Anonymous interesting, can you change the type of this column to text for the testing purpose and see if it loads correctly. Can you share M code here?
parry2kI have ran the test as suggested and when I change this to text and "apply" I am greeted with the same error message as in my original post.
The M Code when selecting "keep errors" is as follows:
= Table.SelectRowsWithErrors(#"Filtered Rows3")
Apologies if this wasn't the M Code you were after if. If not, let me know which you are referring to and I will post.