Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi ,
How do I extract First name and last name from the email Id below mentioned into one column.
Solved! Go to Solution.
You can make a custom column in the query editor like this:
=Text.BetweenDelimiters(Text.AfterDelimiter([emailcolumn], "|"), "|", "@"))
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can make a custom column in the query editor like this:
=Text.BetweenDelimiters(Text.AfterDelimiter([emailcolumn], "|"), "|", "@"))
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.