Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Currently, I have the average revenue made on my dashboard. I would also like to make the median revenue too.
Problem is, I want the median revenue of the sum of each patient.
I want to sum up each patients revenue.... and then take the median of those sums. How do I go about that?
currently these are my codes:
Solved! Go to Solution.
@Anonymous ,a ssuming revenue is a measure
MEDIANX(values(Table[patient_id]), [revenue])
@Anonymous ,a ssuming revenue is a measure
MEDIANX(values(Table[patient_id]), [revenue])
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.