Forum Discussion
Tomasavlis
1 year agoRegular Visitor
Add a new column
Hello I have a dataset and want to dontscreens show. I want to add a new colum based on the combination of two that already exist.
Ashish_Mathur
1 year agoSuper User
Hi,
Does this calculated column formula work?
User = coalesce(Data[User1],Data[User2])