The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hey folks, I'm slowly walking on my gums as I just don't get the actually pretty obvious target result.
I'm really happy about every support!
Main Target: Derive a trend over time using quotes
My project (list view) :
- Column 1 (Datetable) = Year
- Column 2 (Datetable) = Quarter
- Column 3 (Datetable) = Month
- Column 4 (Measure) = Total error rate
Measure "Kum. Fehlermenge":
Measure "Kum. Liefermenge":
!!! - Column 5 (Measure2) = Total error rate previous month (MoM)!!!
- Column 6 (Measure 3) = Difference between the month
Resultlist
Only the second list entry/row returns the expected value.
The quotas afterwards do not correspond to the target values.
What can be the problem here? Please forgive me for being such a PowerBI greenhorn! 🙂
Thanks in advance for any support!
Hi @papeR ,
According to your description, please try to modify the formula like this:
Gesamtfehlerquote Vormonat =
CALCULATE (
[Gesamtfehlerquote],
FILTER (
ALL ( 'Datum(xlsx)' ),
EOMONTH ( 'Datum'[Date], 0 ) = EOMONTH ( MAX ( 'Datum'[Date] ), -1 )
)
)
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Hey @v-yanjiang-msft,
thanks a lot for the suggestion!
Unfortunately, i still get the wrong value. I figured out, that the returned values are the Quotes vor each month, but not accumulated (target):
The formula for the column "EK- FehlermengQ (var)" is:
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |