Forum Discussion
MasterSonic
Helper IV
4 years agoText.Combine skip nulls
Hi Guys, I am adding column and sorting values within cell values with | : = Table.AddColumn(#"Added Custom2", "NewColumnName", each Text.Combine(List.Sort(Text.Split([ExisitngColumnName],"|")),"|...
- 4 years ago
I got it:
= Table.AddColumn(#"Added Custom2", "NewColumnName", each if [ExisitngColumnName] <> null then Text.Combine(List.Sort(Text.Split([ExisitngColumnName],"|")),"|") else "Empty Cell")
v-cazheng-msft
Community Support
4 years agoHi MasterSonic,
May I know whether your problem has been resolved? If so, could you please mark your solution by Accept it as the solution to help the other members find it more quickly. Thanks in advance!
Best Regards,
Community Support Team _ Caiyun