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"
Use three double qutas instead of each one
3 Replies
- ThxAlotSuper User
Double the double-quote to escape it,
= Table.RenameColumns(#"Changed Type",{{"Column1", """col1"""}})- Omid_MotamediseSuper User
Use three double qutas instead of each one