How do you normalise all columns by their maximum value?
See the following table which we start with:
The result should be that all columns are divided by their own maximum value, as such:
The Power Query script should:
- Apply to all columns, the number of columns is dynamic
- The columns should be divided by their own maximum value