Hi all
I'm trying to create a calculated field so that it calculates the averages of 6 other columns when a new row is created. I know in share point I can use -
=AVERAGE([value],[value],[value],[value],[value],[value])
But when i try in dataverse i get 'The formula contains invalid characters'.
Is there a way to do this? I need it for my datatable in powerapps as I want to create a new column that shows the average for each row.
Thanks for your help.