Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
I think this is fairly simple but I don't know why I can't get it to work.
Currently using PowerBI and I want to calculate the Budget fulflillment % (Cumplimiento mes columm), this is calculated dividing the current sales for the month (Avance Mes) between the budget for the month (Presupuesto mes) and then the results have to be distributed between sellers (catman).
This is the formula I have been working on:
Please try the following Dax:
Cumplimiento Mes =
DIVIDE(
[Venta_Bruta],
CALCULATE(
[Presupuesto Mes],
ALLEXCEPT(BI_MAESTROART, BI_MAESTROART[MonthColumn]) // Replace MonthColumn with your actual month column name
)
)
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello thanks for your answer and sorry for the delay.
Based on your suggestion I tried the following:
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |