Forum Discussion
Aldimar_Junior
3 years agoFrequent Visitor
Melt Rows in a table
Hi everyone, I'm pretty new to powerBI and DAX.. and I'm having some trouble trying to "melt" a table: I have the following table user.id user.fieldCode user.fieldRule user.fieldValue 1...
- 3 years ago
Assumed you tried to "Pivot Column" in Power Query.
This will work but first remove the user.fieldRule column
Then Pivot on the fieldCode column
This is what I get, which I believe is what you are looking for.
Hope you can get this to work for you.
Regards,
rsbin
3 years agoCommunity Champion
Assumed you tried to "Pivot Column" in Power Query.
This will work but first remove the user.fieldRule column
Then Pivot on the fieldCode column
This is what I get, which I believe is what you are looking for.
Hope you can get this to work for you.
Regards,
Aldimar_Junior
3 years agoFrequent Visitor
I dont think this would work in my case, because my values are in different columns, not in only one like yours