Forum Discussion

DataDiva's avatar
DataDiva
Advocate II
8 years ago
Solved

Help with calculation

I'm trying to calculate average occupancy rate for a set of hospitals. The formula I have right now is:  Avg IP Occupancy Rate = 'Calcs'[IP Patient Days]/calculate([Days in Period],ALLSELECTED('vwCH...
  • DataDiva's avatar
    DataDiva
    8 years ago

    I figured out the problem! It had to do with having a one-way filter relationship instead of a cross-filter (two-way) relationship. As soon as I fixed that, the measure calculated correctly. Thank you!