Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Daily Average for each Fiscal Quarter

Hello Community, 

 

I am looking to calculate the daily average incidents for each quarter, and I am not quite sure how to go about it. I have calculcated the number of incidents per quarter using DISTINCTCOUNT('Table'[incidents]) : 

 

Q1 only.PNG

 

I am doing a YoY quarterly comparison, and my fiscal year starts in October, so Q1 =Oct, Nov, Dec. 

 

What I don't know how to do is now divide the number of incidents by the total number of days in the quarter. 

 

I have a date table, and one column does contain the number of days in the month, my fiscal quarter is also in the date table. 

 

Thank you for the help, 

 

Denisse 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello, I solved it using the following: 

Sum Incidents = DISTINCTCOUNT('FireRMS Continuous Incident'[incidentnumber])
 
CY Daily Average Incidents =
AVERAGEX(
VALUES('Date Table'[Date]),
[Sum Incidents]
)
 
Hope this helps, 
 
Denisse

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hello, I solved it using the following: 

Sum Incidents = DISTINCTCOUNT('FireRMS Continuous Incident'[incidentnumber])
 
CY Daily Average Incidents =
AVERAGEX(
VALUES('Date Table'[Date]),
[Sum Incidents]
)
 
Hope this helps, 
 
Denisse
krishna0
Helper II
Helper II

Hello,

 

Are you able to share your report file/dataset or at least a part of it? It would be convenient to test out some possibilties.

 

Best regards,

Anonymous
Not applicable

I do not know how to share my report file here, i don't know how to attach it. Would you know? 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.