Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
Im trying to get an average of products per clients. I have the following formula
Average products=
VAR Count Cantidad productos = COUNTA('blabla'[Cant_CA]) + COUNTA('blabla'[Cant_CC]) + COUNTA('blabla'[Cant_TC]) + COUNTA('blabla'[Cant_CD])
You may try AVERAGEX.
@v-chuncz-msft ,
I tried this but it still doesnt work, I really dont understand why. I even changed counta to countax in order to get the row logic. However, it still gives me the average result as the sum of all the products. Maybe I didnt explain myself well enough. This should be the average per customer, so maybe my formula doesnt explain that I want to get the amount per client. Once again, my formula:
Thanks in advance,
IC