I have downloaded some date from a website as an xlsx file and for example the field name is
"EBITDA margin (%) Last avail. yr"
However if I then add a power query command the field name appears as for example
= Table.AddColumn(#"Changed Type3", "EBITDA %", each [#"EBITDA margin (%)#(lf)Last avail. yr"]/100)
with a #(lf) inserted.
In this field "Turnover th GBP Last avail. yr" it converts to "Turnover#(lf)th GBP Last avail. yr" with the #(lf) inserted in first space
Any idea why it is doing this as makes it hard to manage the code?
Thanks any advice
Mike
"EBITDA margin (%) Last avail. yr"
However if I then add a power query command the field name appears as for example
= Table.AddColumn(#"Changed Type3", "EBITDA %", each [#"EBITDA margin (%)#(lf)Last avail. yr"]/100)
with a #(lf) inserted.
In this field "Turnover th GBP Last avail. yr" it converts to "Turnover#(lf)th GBP Last avail. yr" with the #(lf) inserted in first space
Any idea why it is doing this as makes it hard to manage the code?
Thanks any advice
Mike