Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi All,
I have a column with a TEXT data type. I need to extract a string after a delimiter from this column in DIRECT QUERY mode. As FIND and SEARCH is not supported in direct query mode for calculated columns, kindly suggest a workaround for this.
🙂
HI @viveksasi94,
AFAIK, most of dax functions not work on calculated column when you works on direct query mode.
In my opinion, I'd like to suggest you to use measure to instead.(notice: turn on 'allow unrestricted measures in directquery mode' option to use more dax functions in measure)
Regards,
Xiaoxin Sheng
Hi @viveksasi94
try adding this column with Power Query. Or create a view in your database with this column added
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Hi @LivioLanzo I'm late to the party.
Just curious, is it good idea to pre-popularize the needed calculated columns with SQL query when loading the data into Power BI? I'm still scratching my head to find the positive/negative of using SQL/M to query SQL Server databases.
Sometimes the calculated column can be totally reduntant (like for instance when you already have a Quantity and a Price column and you add a new one with Price * Quantity) or it can be helpful and necessary to speed up your measure (for instance a Workday indicator column in the calendar table).
The best place to add it would be in a view within Sql server, but some people may not have the rights to create views so the second best place is within Power Query, making sure that query folding is taking place
Did I answer your question correctly? Mark my answer as a solution!
Proud to be a Datanaut!
Got it, thanks @LivioLanzo so using view if I have the permission (I don't, alas), or Power Query.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
57 | |
38 | |
36 |
User | Count |
---|---|
81 | |
67 | |
61 | |
46 | |
45 |