Forum Discussion
thoms1
8 years agoFrequent Visitor
custom column
Hi, I'm struggling with adding a custom column which should CONCATENATE Field A with Field B in the Query Editor. Whenever there is either a number or a Date Time value in one of the fields, I get ...
- 8 years ago
= Text.From([Field A]) & Text.From([Field B])
MarcelBeug
8 years agoCommunity Champion
= Text.From([Field A]) & Text.From([Field B])