Project

AddHashToColumn Function

The AddHashToColumn function takes a table and a column name as inputs and adds a "#" symbol to each text value in the specified column. It creates a new table where the specified column is modified, with each text value having a "#" added to it.

Empty image or helper icon

AddHashToColumn Function

Description

The AddHashToColumn function takes a table and a column name as inputs and adds a "#" symbol to each text value in the specified column. It creates a new table where the specified column is modified, with each text value having a "#" added to it. The function replaces null values with null and uses the Table.ReplaceValue function to perform the replacement.

Content