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...
Ashish_Mathur
4 years agoSuper User
Hi,
Try this
Measure = coalesce([Total Regular&Premium Hours],0)
Measure 2 = averagex(values(DimCalendar[FYMonth]),[measure])