Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
We have a ticketing system in sharepoint where each day a number of tickets will be submitted and some one in the office will resolve it and send the update (in a nutshell).
I have the date of the first ticket creation. How do i calculate the average ticket perday? can someone suggest a dax function samples.
Also a ticket will be considered aged ticket if it passed 5 days from the creation date. how will i show of aged ticket count.
Solved! Go to Solution.
I was able to get it to work with the below dax function
I was able to get it to work with the below dax function
You need to have date without time
example column
Date = [datetime].date
or
Date = date(year([datetime]),month([datetime]),day([datetime]))
Then try a measure like
averageX(Values(Table[Create Date]), calculate(Count(Table[Ticket ID])))
Thanks Amitchandak,
I was attemting the below
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 |
|---|---|
| 54 | |
| 47 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 82 | |
| 71 | |
| 38 | |
| 28 | |
| 25 |