Assignment 1
Assignment 1
Tasks:
✅ 1. Create a column FullName that combines FirstName and LastName with a space
between them.
✅ 2. Create a column EmailDomain to extract the domain part of the email (e.g.,
email.com, email.co.uk).
✅ 3. Create a column Phone Prefix that shows the first 3 digits of the Phone number.
✅ 5. Create a measure called Customer List that concatenates all FullNames into a
single string separated by commas.