Forum Discussion
Anonymous
4 years agoNot applicable
Change the code below from DAX to Power Query
Hello Community I found this code for dax, where the measure calculates the average days for the same id in multiple rows. It works with DAX but I would like to do the same in Power Query, so th...
johnt75
4 years agoSuper User
Group by the [Reference number column] and create an average of [Activation (wd)]. Then restore the previous step to bring the full table back and add a new column grabbing the value from the step you inserted.