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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
dodonald
Helper I
Helper I

Average tasks opened closed each day in specific month

I am trying to plot the monthly average of # of tasks created and closed each day. My data gives the date of Task Creation and, if closed, the date of Task Closure. I have an area chart that shows the count of opened and closed each day. It looks great! I'd like to add a SPECIFIC month's daily average # of Opened and Closed. (e.g. for image below, I'd like the average # opened/closed per day in June).

dodonald_0-1657125342302.png

 

I added "Average Lines" to the graph (the 2 horizontal lines), but the values do not change when I change the scale of the graph, so I think it's giving me the daily average for ALL the data, not just the month in the graph. I'd like to be able to determine the rates for May, June, July, etc. independently.

 

Thank you!



3 REPLIES 3
dodonald
Helper I
Helper I

@amitchandak  Thanks! The formulas seem to work. I am not sure how to get the average line to appear on the daily graph, unless I create a constant line and manually enter the value. Can you advise?

Hi @dodonald ,

The line value is not supported in area chart, have you tried to use the line and clustered column chart instead?

vkalyjmsft_0-1657692249043.png

Best Regards,
Community Support Team _ kalyj

If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@dodonald , Assume you already have formula for measure open task and close task

 

Then Avg is

 

Averagex(Values('Date'[Date]), [Open Task])

 

Averagex(Values('Date'[Date]), [Close Task])

 

How get open task and close work with same date table refer

 

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.