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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
clivebredenkamp
Frequent Visitor

Daily Average up to today

My average matters per day is not stopping on the current day.

 

Avg Per Day = DIVIDE([Matters],SUM(Dates[IsWorkday]))
 
where IsWorkday = IF(ISBLANK(Dates[Holiday]),IF(Dates[DayOfWeekNumber]>1&&Dates[DayOfWeekNumber]<7,1,0),0)
 
and Matters = COUNT(BillingData[Item])
 
So today is the 27th of the month. So there are There are 18 of 20 work days completed for the month. How do I factor that in to my avarage and not affect previous months.
 
Any help appreciated.
2 REPLIES 2
v-danhe-msft
Employee
Employee

Hi @clivebredenkamp ,

Could you please post some simple sample data and your desired result to have a test if possible? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks @v-danhe-msft ,

 

Here is the data:

 

Billing DataBilling DataDates TableDates Table

Current ResultCurrent Result

Where

Avg Per Day = DIVIDE([Matters],SUM(Dates[IsWorkday]))

 

and

Matters = COUNT(BillingData[Item])

I expect the result to show an average per day for March of 1, becuase only one day has passed in March. Right now it is showing the result of 1/20 = 0.05 becasue there are 20 work days in March. It should show 1/1 = 1.

 

Today is 1 March.

 

Thanks

Clive

 

 

 

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.