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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I know in SQL there is a way to run queries if certain words are phrases are contained and I am kind of trying to replicate that here.
I have a column called "ShortNote" that lists every automatically system-generated note. Some of the notes contain Assignment information and I need to extract this from the column.
Normally I would split is out by number of characters, but because every Assignee's name has a different number of characters, that doesn't work.
Is there a dax way to write "Split column from 'AssignedTo' to 'the end of the note'"?
Solved! Go to Solution.
I would do this in Power Query using a custom delimiter of "Assigned To".
so I think @Greg_Deckler saw your mention up front of SQL and recommended a Power Query solution..... but maybe you were just using that as an analogy and maybe the data is not coming from SQL Server - - not sure....
in any case, in Power BI, use the Query Editor option when in data view - and in the ribbon there is the Split Column option which you can use; should be able to use the first space as delimiter assuming that this occurs just after 'AssignedTo' as you have posted.....
I would do this in Power Query using a custom delimiter of "Assigned To".
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 94 | |
| 83 | |
| 33 | |
| 32 | |
| 24 |