Forum Discussion
AlmarBiter
1 year agoNew Member
Power Query Table.UnpivotColumns Expression.Error
Hi Guys, Need your help. I was encountering an error when using the Table.UnpivotColumns. Advance Editor I try to fix it until I came up to try simple code like this and I en...
- 1 year ago
Hi AlmarBiter , The error says it is a formula error: Use Table.Unpivot() or Table.UnpivotOtherColumns() as per your need. Thanks!
- 1 year ago
Hi AlmarBiter ,
Okay, Can you replace with 'Table.UnpivotOtherColumns' instead of Table.UnpivotColumns. This function unpivots all columns except the ones specified, which might work for your case.
Could you please check and confirm? Thank you
- 1 year ago
There is no function named Table.UnpivotColumns. Hence, your error.
SundarRaj
Super User
1 year agoHi AlmarBiter , The error says it is a formula error: Use Table.Unpivot() or Table.UnpivotOtherColumns() as per your need. Thanks!