The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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