Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MP_123
Employee
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 a way or function to do this? my DB is SQL Azure Data warehouse

 

thanks!

2 ACCEPTED SOLUTIONS
Eric_Zhang
Employee
Employee

@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.

View solution in original post

Or if you are lucky enough to be using SQL-2016 then you can do it natively now using

 

STRING_SPLIT (Transact-SQL)

 

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

2 REPLIES 2
Eric_Zhang
Employee
Employee

@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.

Or if you are lucky enough to be using SQL-2016 then you can do it natively now using

 

STRING_SPLIT (Transact-SQL)

 

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.