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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rachelbi
Helper I
Helper I

Pivot column to extract a field

Hi there, I have imported a table from Asana to power bi and there is some list column, I used to extract the "Expand to New Rows" -> Select "name" and "value" -> Unselect "null" -> and I want to the the "Estimated time" into a separate column, how can I do so?

 

5.PNG

and I tried to "Pivot column" with "Don't aggregate" , error is shown, i.e.

6.PNG7.PNG

 

Any advice is much apprecaited... 

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @rachelbi ,

 

It doesn't look as though the error you're getting applies to the pivot step - it looks like it's from a previous one.

Either way, you could try performing these steps to see if it works:

 

Starting from your [Custom Fields] column with nested records, filter out null values.

Expand the nested records, including the [id] and [project_id] columns - this is so that you should have unique row identifiers for the pivot.

Now pivot the [Custom Fields.name] column using [Custom Fields.value] as the value, and choosing "Don't Aggregate" under Advanced Options.

You should now have a row per [id]/[project_id] combination, and [Custom Fields.name] values as columns.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

1 REPLY 1
BA_Pete
Super User
Super User

Hi @rachelbi ,

 

It doesn't look as though the error you're getting applies to the pivot step - it looks like it's from a previous one.

Either way, you could try performing these steps to see if it works:

 

Starting from your [Custom Fields] column with nested records, filter out null values.

Expand the nested records, including the [id] and [project_id] columns - this is so that you should have unique row identifiers for the pivot.

Now pivot the [Custom Fields.name] column using [Custom Fields.value] as the value, and choosing "Don't Aggregate" under Advanced Options.

You should now have a row per [id]/[project_id] combination, and [Custom Fields.name] values as columns.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Solution Authors