Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a data for incidents and for the Critical Incident I have data for the next months Jan, Feb, Mar, Apr but for May, Jun, Jul and Agu I don't have any register for Critical Incident, How I can complete those month May, Jun, Jul, Agu and other months with (0)?
I appreciate your help
Hi, @Anonymous
How would you like to calculate the average for a month with no Critical Incident in that month?
Make the average 0? Make the average equal to the last month with an Critical Incident? Divide the sum of Critical Incident by the total number of months?
What is your formula for calculating the average? Can you please elaborate on what you are trying to achieve or post sample data and expected result so it is clear on what needs to be implemented?
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello Thank you very mucho for your post
for the calculation of the Average I use those Mesures:
Hi @Anonymous ,
Do you have a date table?
No I don't
@Anonymous , I believe you need to create New Calendar table using below DAX:
New Calendat Table =
VAR myDate = Min(TableName[DateColumn])
RETURN CALENDAR(myDate,DATE(YEAR(myDate),12,31)
Thank you verymuch in this, so after that what is the next step, I mean that i need to calculate the time average of resolution of the critical incidents, in the moment i have this
If you see the image I can calculate the average until April (see orange line) but I can't calculate the average for the next nonths because there are not Critical Incident, but for my knowlage I must calculate the average for the rest of the months.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |