This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I'm experiencing a weird occurrence with column references. The source file comes from an internal reporting portal as .xls ( I know, not ideal). As seen in the Excel screen shot, there are no spaces/ char after the column name. In PQ preview pane header, no issue. It's only when I reference the column I get "{Col Name}#(1f)". If I manually add the #(1f) to the end of the {Col Name}, results in a sytax error. I need to copy it from another step and paste, then no issue. Any idea what is happening here? Maybe something is inbedded in the Excel that I cannot see.
Solved! Go to Solution.
In your Excel, put following formula
=CODE(RIGHT(A1,1))
where A1 is that cell header.
You should get the answer - 10
Character 10 is line break character in Excel. This is simulated by pressing ALT+Enter at the end of the line to go to next line.
Hence, if yout type Yearly and press ALT+ENTER, you will go to next line and type Revenue.
You will see following in place of Yearly Revenue
Yearly
Revenue
The official name of Character 10 is Line Feed, hence in PQ, you need to write lf.
Looks like you used 1 in place of small case L in #(lf)...Could you check this out?
It was in fact an "l" as opposed to "1", they look awfully similar in PQ pane.
The bigger question though is why that suffix on col name?
In your Excel, put following formula
=CODE(RIGHT(A1,1))
where A1 is that cell header.
You should get the answer - 10
Character 10 is line break character in Excel. This is simulated by pressing ALT+Enter at the end of the line to go to next line.
Hence, if yout type Yearly and press ALT+ENTER, you will go to next line and type Revenue.
You will see following in place of Yearly Revenue
Yearly
Revenue
The official name of Character 10 is Line Feed, hence in PQ, you need to write lf.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.