Forum Discussion

Mic1979's avatar
Mic1979
Post Partisan
1 year ago
Solved

How to use expression (x,y,z)

Dear all,   does anyone know if there is some resource to understand how to use    For example, I got in this forum indications to write the following custom function:   (Input_Table as table) ...
  • dufoq3's avatar
    dufoq3
    1 year ago

    Hi Mic1979, you hardcoded "InputColumn1" and "InputColumn2" in UnPivotedTable step:

    Replace UnPivotedTable step with this:

     

     

    Table.UnpivotOtherColumns (AddIndex, {InputColumn1, InputColumn2}, "Attribute", "Value")