Forum Discussion
amirghaderi
4 years agoHelper IV
Remove unnecessary character from data
Hi, In the below example, how can I romove "A" and "*" when my data get loaded to power BI. Basically, I want my data to be loaded as Date type to Power Bi. But, some records have additional charac...
- Anonymous4 years ago
Hi amirghaderi ,
My mistake.
Actually you could directly use Replace Values feature in Query Editor.
Best Regards,
Jay
amirghaderi
4 years agoHelper IV
Thanks,
In formula, if I have as below, it will remove A from any month which has A, like April,
= Table.AddColumn(#"Promoted Headers", "Custom", each Text.Remove([Date],"A"))
If I put one space before A, then the formula, gives an error.
Anonymous
4 years agoNot applicable
Hi amirghaderi ,
My mistake.
Actually you could directly use Replace Values feature in Query Editor.
Best Regards,
Jay