Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I would like to split text column (textColumn below) by delimiter (" ") without breaking query folding, is it possible?
The table has data like this:
| textColumn | Split#1 | Split#2 |
| ABC DEF | ABC | DEF |
| A.111 GHI | A.111 | GHI |
| A.123 FFF | A.123 | FFF |
| A.22 EEE | A.22 | EEE |
Thanks
Solved! Go to Solution.
Hi @CatoD ,
Query folding is the ability to convert M-code into native queries and process the data with the help of the data source, thus improving performance. Let's assume that the data source is some relational database, and combining the file content and SQL split statements, my answer is that the split columns cannot trigger query folding.
Transformations that can achieve folding
How to split a column in MySQL
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @CatoD ,
Query folding is the ability to convert M-code into native queries and process the data with the help of the data source, thus improving performance. Let's assume that the data source is some relational database, and combining the file content and SQL split statements, my answer is that the split columns cannot trigger query folding.
Transformations that can achieve folding
How to split a column in MySQL
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |