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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
hi,
i want to split column by delimiter (to an unknown number of rows)
i can't do it on power bi because the table is very big and this function is not supported on direct query
is someone have a way or function to do this? my DB is SQL Azure Data warehouse
thanks!
Solved! Go to Solution.
Have you tried the split function in T-SQL?
If you encounter any performance issue, I'll suggest you re-model your dataset, say create an extra table that has the data split and use this table in your Power BI report.
Or if you are lucky enough to be using SQL-2016 then you can do it natively now using
Have you tried the split function in T-SQL?
If you encounter any performance issue, I'll suggest you re-model your dataset, say create an extra table that has the data split and use this table in your Power BI report.
Or if you are lucky enough to be using SQL-2016 then you can do it natively now using
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 35 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 90 | |
| 78 | |
| 66 | |
| 65 |