Hi @Fredy Herrera
In my opinion you may add one extra column, and use uniqueness of this column to pivot.
- So please group your table by "Attribute.1", the Operation is "All Rows".
- Add a custom column, and use this formula
=Table.AddIndexColumn([All],"Index",1)
. - Expand the query table, please don't tick "Attribute.1".
- Then remove the previous extra column, pivot the table as you did before. Choose the Value column and the "Don't aggregate" option.
- Remove the Index column, then you will get the one.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.