Forum Discussion
tbrown33
4 years agoRegular Visitor
Data Model measure not working
This measure was created on a data model to show the average over time to include months an entry may not be made. This worked fine until an update was made to the model. The new model is built in...
amitchandak
Super User
4 years agotbrown33 , I doubt you should use 0, assume this is a measure - [Total Regular&Premium Hours]
AVERAGEX(VALUES(DimCalendar[FYMonth]),[Total Regular&Premium Hours])
or
AVERAGEX(VALUES(DimCalendar[FYMonth]),[Total Regular&Premium Hours]+0)