Forum Discussion

MP_123's avatar
MP_123
Microsoft Employee
9 years ago
Solved

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...
  • Eric_Zhang's avatar
    9 years ago

    MP_123

    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.