Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
romellm
New Member

Extract word/text string from a cell

Hi,

Im using power query to transform the security logs I have taken from a domain controller to create a report.

Im interested in getting the value of the account name - as shown in the screengrab.

I have tried using custom columns and different kinds of text filters but it always return an error...

I may have missed testing some other functions as I have just started exploring powerbi... would greatly appreciate your help.

 

romellm_0-1667369598321.png

 

1 REPLY 1
BA_Pete
Super User
Super User

Hi @romellm ,

 

If the values in [Column6] always have the same entries, you can use Text.BetweenDelimiters.

Add a new new custom column something like this:

Text.BetweenDelimiters([Column6], "Account Name:", "Account Domain:")

 

This should give you your account name in a new column, which you can then Trim/Clean to remove spaces/tabs/CR/LF etc.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors