The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I want to replace line breaks (UNICART(10) that my data has in a column in query editor.
How can I replace this?
My first thought was the the following but it doesn't work.
= Table.ReplaceValue(#"Replaced Value",UNICHAR(10),"-",Replacer.ReplaceText,{"COLUMN1"})
Any idea if is it possible to replace this?
Thanks
Solved! Go to Solution.
Hi,
You can give a try as well to command clean on the Format button (Text.Clean in M).
It should work for both UNICHAR 10 and 13.
Let us know
Hi,
You can give a try as well to command clean on the Format button (Text.Clean in M).
It should work for both UNICHAR 10 and 13.
Let us know