Forum Discussion

treesa2010's avatar
treesa2010
Frequent Visitor
2 years ago
Solved

How can we unpivot data

Hi All,

I can use delimiter and spilt the below data. But I just wanted to know is there an easy way to unpivot the below data?  

{"u": "Deg. C", "v": 14.1, "t": "2023-11-29 03:21:52"}

 

i wanted it as below data

 

uvt
Deg. C14.129/11/2023 3:21

 

PowerBI 

Thanks

  • treesa2010 , In Power Query( Home Tab-> Transform Data -> Transform Data )

     

    You should be able, right click on Column, and force it as JSON , after that use Exapd icon and expand 

     

    expand





    You have option for split by Delimiters 

2 Replies

  • treesa2010 , In Power Query( Home Tab-> Transform Data -> Transform Data )

     

    You should be able, right click on Column, and force it as JSON , after that use Exapd icon and expand 

     

    expand





    You have option for split by Delimiters