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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sinasen
Regular Visitor

How to change order of a columns in a dictionary column?

Hello,

 

After extracting it from Azure AppInsights, I have a data column with embedded data, just like a python dictionary, which looks like this:

{id: 01, name: ABC, Gender: M}

However, in some rows, the order of the data inside the dictionary is different, like:

row 1: {id: 01, name: ABC, Gender: M}

row 2: {name: ABC, id: 01, Gender: M}

 

The goal is to eventually split this into multiple columns with a delimiter, so that's why the order of them is important.

 

How can I change it inside PowerBI so that the order of data in the dictionary in all rows in this column is the same?

 

 

1 ACCEPTED SOLUTION
mahoneypat
Employee
Employee

You can just use Json.Document() to parse that input to create a record you can expand to put the data in columns with the same name.

 

mahoneypat_0-1635162929518.png

 

However, I needed to wrap the values in " " to avoid an error (see values in first column).  You can play with the TextEncoding parameter of Json.Document to see if you can make it work w/o the quotes.

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Employee
Employee

You can just use Json.Document() to parse that input to create a record you can expand to put the data in columns with the same name.

 

mahoneypat_0-1635162929518.png

 

However, I needed to wrap the values in " " to avoid an error (see values in first column).  You can play with the TextEncoding parameter of Json.Document to see if you can make it work w/o the quotes.

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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