Hi all,
Working on creating a measure that will calculate the average number of SKU's (products) per order.
I have:
Total order count =DISTINCTCOUNT([INVOICE_NO])
Total SKU Count =DISTINCTCOUNT(Products[NAME])
then I'm trying to create an average SKU per customer order
=CALCULATE(AVERAGE([SKU]),([Order Count])) or =CALCULATE(AVERAGE([SKU]),[Order Count])
But this errors out. Is this a context error or lack of brain cells error?
Any help would be appreciated.
Working on creating a measure that will calculate the average number of SKU's (products) per order.
I have:
Total order count =DISTINCTCOUNT([INVOICE_NO])
Total SKU Count =DISTINCTCOUNT(Products[NAME])
then I'm trying to create an average SKU per customer order
=CALCULATE(AVERAGE([SKU]),([Order Count])) or =CALCULATE(AVERAGE([SKU]),[Order Count])
But this errors out. Is this a context error or lack of brain cells error?
Any help would be appreciated.