Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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

  • Stachu's avatar
    Stachu
    Community 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?

    • Anonymous's avatar
      Anonymous
      Not applicable

      yes, that worked, thank you!