Forum Discussion

fredrikahnell's avatar
fredrikahnell
Frequent Visitor
6 years ago
Solved

Split value to several rows

Hi, I am a bit new to Power BI and have tried to search for an solution to how I should split my values into several rows.

 

When get the data it looks like this

IDTags
1{A,B,C}

2

{A}

3{}

 

 

I would like it to be splitted like this

IDTags
1A

1

B

1

C

2

A

3

 

 

I don't really know where to start. 

3 Replies