Forum Discussion
MP_123
9 years agoMicrosoft Employee
split by delimiter
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...
- 9 years ago
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.
- 9 years ago
Or if you are lucky enough to be using SQL-2016 then you can do it natively now using
Eric_Zhang
9 years agoMicrosoft Employee
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.
- Phil_Seamark9 years agoMicrosoft Employee
Or if you are lucky enough to be using SQL-2016 then you can do it natively now using