Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a table with the number of days to resolve a ticket (Date close ticket - Date open ticket)
I want to calculate the average number of days for the last 90 days.
I have tried with DATESINPERIOD([Date],MAX([Date],-90,DAY)
Also PARALLELPERIOD([Date],0,QUARTER)
But none of these techinique return what I want
And also, how do you return the result for the range between -90 days and -180 days?
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
if you use this sample model
and the following measures:
you can get the following result:
Please hit the thumbs up & mark it as a solution if it helps you. Thanks.
Hi @Anonymous ,
if you use this sample model
and the following measures:
you can get the following result:
Hi @FredLEGUEN ,
Is your problem solved? If so, would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj
Hi,
In fact, no, the solution didn't solve my problem. This is why I didn't reply
With in your measure use below measure
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 35 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |