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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Splitting a group of text/date in a single column to multiple rows

Power B.JPGAll,

 

Probably this comes under data pre-processing. I wanted to know what kind of technique to use and to get some similar solution as in the output table on the image. 

 

(I also wanted the text 'TIME' to be excluded before spilitting the row)

 

Any suggestion is welcome.

 

Thank you in advance.

 

Regards,
Harish Dhanarajan

2 REPLIES 2
Anonymous
Not applicable

There may be a fancy way of doing it, but here is how I would do it.

(Be aware, this process will remove the initial column, if you want to keep it - duplicate it and then work with the new one)


Within Edit Queries there's an option to 'Split Columns', I would split by delimeter (the comma) to give you 3 columns. You'll then need to split the first new column again to remove TIME. This will give you 4 new columns in total, you can simply delete the one with TIME.

Format your fields so PowerBi recognises them as a date.
If you want the final view, youll then need to pivot the data.

 

Hope this makes sense.

Anonymous
Not applicable

Thank you for the solution. I can try your solution but the problem is that I do not have the actual data source, so the edit query option wouldn't work.  However, I can view the data, create measure, create calculated fields and visualise them. 


@Anonymous wrote:

There may be a fancy way of doing it, but here is how I would do it.

(Be aware, this process will remove the initial column, if you want to keep it - duplicate it and then work with the new one)


Within Edit Queries there's an option to 'Split Columns', I would split by delimeter (the comma) to give you 3 columns. You'll then need to split the first new column again to remove TIME. This will give you 4 new columns in total, you can simply delete the one with TIME.

Format your fields so PowerBi recognises them as a date.
If you want the final view, youll then need to pivot the data.

 

Hope this makes sense.


 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors