Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Need help on split and transpose values in imported JSON File

Hi..

I have imported JSON file into Power BI desktop. In Query editor I have converted list into table. Now my table data looks like below.

Table NameColumn 1Column 2  Column 3Column n
1,2,3abcn
4defn
5ghin

 

I want result as below.

Table NameColumn 1Column 2  Column 3Column n
1abcn
2abcn
3abcn
4defn
5ghin

 

I have used split by column and transpose. But I did not able to get the record in my required format. Could anyone please help me on this.

 

Thanks,

Chitra

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi amitchandak ,

       

      My Question is different. If you see the table, 1st value of table name is 1,2,3. If i split that using split column by delimeter it will populate 1 as separate column 2 as separate column and 3 as seperate column. But I want 1 as seperate row 2 as seperate row and 3 as seperate row. 

       

      Even after converting everything into different column I cannot transpose row because I have follwing columns 4 and 5 which is populating correctly I should not disturb that. So kindly advice me on how o proceed with this.