Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I calculated the amount of items rejected with the following dax:
Afgekeurde flowpacks = COUNTX(Espera; Espera[Index])
This value is filtered with a date filter on the page.
I would like to DAX a running average over the last 2 months,
Could someone help me out on this?
It should help somethink like:
Measure:=
CALCULATE(Afgekeurde flowpacks,FILTER(Date,Date[Calendar Date]>=DATEADD ( 'Date'[Calendar Date], -2, MONTH )))
Hi @gipiluso,
I used your formula and it gave me the following result.
I believe we must modify it in a way that it calculates the average 'afgekeurde flowpacks' per line over a period of 2 months.
Any clue how?
I think that the current measure perform the calculation on the 2 month before, in the report you should se the average of the 2 month collapsed in each point.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |