Forum Discussion
Thimios
Helper III
3 years agoAvg calculation filtered for existing data
Hi all, I need to calculate the Average Sales only for the period that Sales data exist (red line). The measure I created though expands to all dates in my Date table (blue line). How can I fix th...
Thimios
Helper III
3 years agoThank you johnt75 ,
Suggested measure works as far as calculation is concerned, but not as expected in visual.
johnt75
Super User
3 years agoUse Performance Analyzer to copy the query for the visual into DAX Studio. You can then use the Define Measure feature in DAX Studio to change the measure to return each of the intermediate variables in turn, that should identify which variable is being calculated incorrectly.