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])
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
204 | |
52 | |
43 | |
39 | |
39 |
User | Count |
---|---|
266 | |
210 | |
73 | |
71 | |
65 |