March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I ended up identifying a strange result in a DAX.
Applying the context here in this brief text, it is a summary of total sales names, being divided by an accumulated daily share.
Below, one exemple.
In yellow, BRL 13,587.64/0.2727 = BRL 49,826.32. Is correct.In orange, BRL 383.29/0.2727 = BRL 8,976.35. By the logic of the calculation, it should return R$ 1,405.54...
The DAX involved in the calculation are:
current GMV=CALCULATE(SUMX(fPurchase, fPurchase[gmv]),dCalendar[actual_month] = "Yes")
accumulated goal =
CALCULATE(
[Meta],
FILTER(
ALLSELECTED(dCalendar),
dCalendario[Date] <= MAX(dCalendario[Date])
), dCalendario[actual_month] = "Yes") //Here I accumulate the daily share to complement other calculations.
Forecast = DIVIDE(GMV Atual, Meta acumulada, 0)
I ran several more tests using different templates and frameworks, but the result turned out to be the same.
Hi @madureirav ,
Please share a sample file with me and show me a screenshot with the result you want.
This will make us easier for me to find the solution.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
164 | |
116 | |
63 | |
57 | |
50 |