Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 4 years ago
NewStep=Table.UnpivotOtherColumns(PreviousStepName,{"SRP ID","Project Name"},"Field Name","SMEUSERID")
Anonymous
4 years agoNot applicable
Thank you.