Forum Discussion
samahiji
1 year agoFrequent Visitor
Double quote in custom column
Hi, It there a way to include the double quote (") with the text in custom column? i.e - "Point 2"
- 1 year ago
Use three double qutas instead of each one
ThxAlot
1 year agoSuper User
Double the double-quote to escape it,
= Table.RenameColumns(#"Changed Type",{{"Column1", """col1"""}})