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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
webportal
Impactful Individual
Impactful Individual

Pivot table with multiple values

Hello,

 

I need to convert this table:

question_textanswerid_event
ABCOPL1
GHIUIL1
DEFLLK1

 

Into:

id_eventABCGHIDEF
1OPLUILLLK

 

I have tried:

 

 Table.Pivot(#"Previous Step", List.Distinct(#"Previous Step"[question_text]), "question_text", "answer")

 

 

But this is returning the error:

 

Expression.Error: There are too many elements in the enumeration to conclude the operation.
Details:
[List]

1 ACCEPTED SOLUTION
mlsx4
Super User
Super User

Hi @webportal 

It's working for me:

mlsx4_0-1699274840694.png

 

 

 

= Table.Pivot(#"Encabezados promovidos", List.Distinct(#"Encabezados promovidos"[question_text]), "question_text", "answer")

 

 

 

I have put this: 

mlsx4_1-1699274998575.png

 

The error will drop if your resulting table contains duplicated column names. Some topics treat it: https://community.fabric.microsoft.com/t5/Power-Query/There-were-too-many-elements-in-the-enumeratio...

https://www.youtube.com/watch?v=aTXQ77Vf5Gc

View solution in original post

1 REPLY 1
mlsx4
Super User
Super User

Hi @webportal 

It's working for me:

mlsx4_0-1699274840694.png

 

 

 

= Table.Pivot(#"Encabezados promovidos", List.Distinct(#"Encabezados promovidos"[question_text]), "question_text", "answer")

 

 

 

I have put this: 

mlsx4_1-1699274998575.png

 

The error will drop if your resulting table contains duplicated column names. Some topics treat it: https://community.fabric.microsoft.com/t5/Power-Query/There-were-too-many-elements-in-the-enumeratio...

https://www.youtube.com/watch?v=aTXQ77Vf5Gc

Helpful resources

Announcements
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.

Top Solution Authors
Top Kudoed Authors