Hi
I've been trying to use Number.Round and can't seem to put it in the right place,
the column being rounded is as follows;
I know I can just change the data type to decimal number but it's annoing me.
Richard
I've been trying to use Number.Round and can't seem to put it in the right place,
the column being rounded is as follows;
Excel Formula:
Table.AddColumn(#"Added Custom3", "Custom", each Text.Combine(
List.Transform(
List.Distinct( [Count] [stdev] ),(_)=> Text.From(_) ),", "))
I know I can just change the data type to decimal number but it's annoing me.
Richard