The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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?
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?
yes, that worked, thank you!
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
7 | |
4 | |
4 | |
3 | |
2 |