Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Transform Data from DAX query table to Power Query Editor

Hi   I was trying to union a few columns into a new column in the same table with a new table name by using DAX. When I tried to establish a relationship it didn't let me do in the DAX asking me to...
  • wdx223_Daniel's avatar
    4 years ago

    NewStep=Table.UnpivotOtherColumns(PreviousStepName,{"SRP ID","Project Name"},"Field Name","SMEUSERID")