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 guys,
I have the following table:
In the column real number, the total is a sum of all the groups (each of them calculated as Sales Comercial 1/Total Sales) and I would like to get the average.
I will appreciate your help.
Thanks in advance.
Regards.
Solved! Go to Solution.
Hi @amitchandak, thank you for your answer.
I tried your measure but it did not calculate the right result, I solved it with this measure:
@PwrBI01 , Better to have measure like this
divide(sum(Table[Sales Comercial 1]),sum(Table[Total Sales]))
if you need simple avg
Averagex(Table, divide((Table[Sales Comercial 1]),(Table[Total Sales])))
Hi @amitchandak, thank you for your answer.
I tried your measure but it did not calculate the right result, I solved it with this measure:
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
28 |
User | Count |
---|---|
95 | |
81 | |
55 | |
48 | |
48 |