Forum Discussion
novotnajk
Resolver I
6 years agoDividing Two Columns without denominator not changing
Hi again! I have a table that contains a list of patients, called MASTER PATIENT [Patient ID]. I have another table that contains medical diagnoses by patients, date of service, and spend, calle...
v-lid-msft
Community Support
6 years agoHi novotnajk ,
We have tested your shared table and measure, but get the expected result 5K.
Per Patient Per Year = CALCULATE(DIVIDE(SUM('MASTER MEDICAL'[Spend]),CALCULATE(DISTINCTCOUNT('MASTER PATIENT'[Patient ID]))))
Could you please provide more details about it?
BTW, pbix as attached.
Best regards,
Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.