Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |