Forum Discussion

PascalCL's avatar
PascalCL
Frequent Visitor
3 years ago

Average is not calculated correctly Need Help

Hello I need your help again,

here is the measure for it.

 

Ø / Monat =
ROUNDUP(AVERAGEX(
    VALUES('Date (2)'[Date].[MonthNo]),
        CALCULATE([Verkauft])
    ),0
)

 

 

 

Unfortunately, he does not calculate it correctly.

As you can see, the filter is set to 6 months.

Thus, the sold items should be calculated by the number of months.

 

As an example:

600PCS/ 6 ( months) = 100PCS

5 Replies