Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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.
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
Proud to be a Datanaut!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.