March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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).
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!
@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?
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.
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |