The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
i want calculate MTTR over 10 tickets ,30,60,90 days not getting proper result
Solved! Go to Solution.
Hi @Namrata95
For your question, here is the method I provided:
Here's some dummy data
"Table"
Create measures to calculate the results you want.
OVER 10 DAYS = CALCULATE(DISTINCTCOUNT('Table'[tickets_id]), FILTER(ALL('Table'), 'Table'[date] >= TODAY() - 10))
OVER 30 DAYS = CALCULATE(DISTINCTCOUNT('Table'[tickets_id]), FILTER(ALL('Table'), 'Table'[date] >= TODAY() - 30))
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Namrata95
For your question, here is the method I provided:
Here's some dummy data
"Table"
Create measures to calculate the results you want.
OVER 10 DAYS = CALCULATE(DISTINCTCOUNT('Table'[tickets_id]), FILTER(ALL('Table'), 'Table'[date] >= TODAY() - 10))
OVER 30 DAYS = CALCULATE(DISTINCTCOUNT('Table'[tickets_id]), FILTER(ALL('Table'), 'Table'[date] >= TODAY() - 30))
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
19 | |
18 | |
15 | |
11 |
User | Count |
---|---|
36 | |
34 | |
19 | |
19 | |
14 |