Forum Discussion
Anonymous
7 years agoNot applicable
Utilization Rate for a Billed Procedure
I am trying to determine the utilization rate of a set of patients that received a PVI procedure that also used a special IVUS diagnostic tool. Based on the hospital bill, I was able to identify the...
- Anonymous7 years ago
A colleague was able to help me define the measure as:
= Divide (calculate(Distinctcount(HAR),Proc_IVUS = 1), calculate(distinctcount(HAR), Proc_PVI =1))
v-frfei-msft
7 years agoCommunity Support
Hi Anonymous ,
Could you please share your sample data or pbix to me if you don't have any Confidential Information.Please upload your files to One Drive and share the link here.
Anonymous
7 years agoNot applicable
A colleague was able to help me define the measure as:
= Divide (calculate(Distinctcount(HAR),Proc_IVUS = 1), calculate(distinctcount(HAR), Proc_PVI =1))