Forum Discussion
jochendecraene
4 years agoHelper V
Wrong average when summarized
Hi I've calculated an occupation rate of some rooms. That works fine per year, but it gives me the wrong grandtotals ... I've made this measures: Global month = Ms_Global[ms_Registe...
amitchandak
4 years agoSuper User
jochendecraene , Ideally you should have a measure like
Divide(Sum(Ms_Global[ms_Registered_Rooms]),Sum(Ms_Global[ms_Max_Rooms_Year]))