Forum Discussion
Anonymous
7 years agoNot applicable
Calculate the median using a sharepoint liste as database
Hello all,
I need to calculate the median for a column from my database that I imported as a Sharepoint list. Therfoe I used this formula:
Median Number of Invoicing = MEDIAN('Digital_Benchmarking_Database_pilot '[Number of invoicins])
But I always get the error message that MEDIAN does not support expreesions from the type String/Boolean/Date.
Can anyone help me with that?
Thanks in advance and best,
Joh
it seems the column
Digital_Benchmarking_Database_pilot '[Number of invoicins]is not numeric but string. Can you change it's data type to number?
2 Replies
- StachuCommunity Champion
it seems the column
Digital_Benchmarking_Database_pilot '[Number of invoicins]is not numeric but string. Can you change it's data type to number?
- AnonymousNot applicable
yes, that worked, thank you!