Forum Discussion
Power Query Table.UnpivotColumns Expression.Error
- 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.
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
- AlmarBiter1 year agoNew Member
I'm now using the Table.UnpivotOtherColumns and it's working. Thanks for the help