Forum Discussion
Syndicate_Admin
2 years agoAdministrator
Custom Column
Hello everyone! I got stuck with a data set I'm working right now, and i will appreciate any help I can get. In my first column i have different ID numbers. The ID number appears first, and ...
- 2 years ago
Hi,
You can add a new custom column like this:
if Text.Contains([Entity], "-") then [Entity] else nullThen select your new column and go to the Transform tab > Fill (dropdown) > Down.
Then filter your [Entity] column on Does Not Contain "-".
Pete
Syndicate_Admin
2 years agoAdministrator
Thank you a lot, it was way easier than what I was trying! I really appreciate it
- BA_Pete2 years agoSuper User
No problem, happy to help.
Feel free to give a thumbs-up and accept the answer as the solution 👍
Pete