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...
wdx223_Daniel
4 years agoCommunity Champion
NewStep=Table.Group(PreviousStepName,"Reference Number",{"Avg Activation Time", each List.Average(List.RemoveNulls([#"Activation (wd)"]))})