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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
renowijoyo
New Member

best practice for grouping based on csv meta tags

I have this column with csv data. what i want is to do group analytical based on the values inside the strings. what is the best approach to do this? what i have in mind is not to split column but to have each of the original row being multiplied into several rows that contain one tag each.

 

hapus1.png

 

 

so for example from the screencap above if lets say the 1st row would have been 'transformed' (is that the right term?) into 2 rows with row 1 has the 'smaxiiipa' tag, and row 2 has the 'biologi' tag.

 

if this approach is sensible, can someone point me out how to do just that? I m just beginning to use power BI.

 

Thanks,

 

1 REPLY 1
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

Hi @renowijoyo,

I am not quite clear that what is your expected result. Please follow the steps below to transpose or unpivot your columns, then check if figure 1 or figure 2 returns your desired result.

Process 1 : Split column and then transpose column.

1. In Query Editor of Power BI Desktop, split your current column into multiple columns by clicking Split Column->By Delimiter under Transform ribbon.
1.PNG

2. Remove blank columns by clicking Remove Columns->Remove Columns under Home ribbon.
2.PNG

3. Select all columns and then click Transpose under Transform ribbon.
3.PNG4.PNG


Process 2: Split column and then unpivot columns

1. Same as step 1 of Process 1.
2. Same as step 2 of Process 2.
3. Select all columns and then click Unpivot Columns under Transform ribbon.
5.PNG6.PNG

 

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors