Forum Discussion
robwill100
Mar 10, 2021Brass Contributor
adding a line break in cell with power query
Hi All, looking for some help to insert line breaks in cells with power query. In column "A" of the attached file is the output of a grouped query in PQ. Whilst i haev added spaces in the text wi...
- Mar 10, 2021
robwill100 The PQ equivalent for CHAR(10) is #(lf)
Riny_van_Eekelen
Mar 10, 2021Platinum Contributor
robwill100 The PQ equivalent for CHAR(10) is #(lf)
chris1701
Nov 24, 2022Copper Contributor
Thanks that saves me a lot of time.
Just a hint to annyone who tries this: #(lf) needs to be quoted to "#(lf)" and the cells in the table need to be formated with Wrap Text
- renee_crozierJan 03, 2025Brass Contributor
Another hint from over a year later......it is lowercased LF.