I’m sure this has been solved somewhere before but I’m not finding it.
I’ve created an average billable per day number for a business that is only open M-F which aligns with the data table workday definition.
The average works great when sorted by month but I also want to include a YTD Average per day to compare against as time goes along.
Calculate seems like the correct DAX term but for the life of me I can’t figure out the date filter to exclude all months in the datetable that have yet to occur (or have data).
This business dataset only has Sept & Oct 2021 data currently collected and I’ve tried to filter to only sept/oct 2021 but obviously a hard filter doesn’t allow for the data to update as dates pass.
Thanks for posting this question and sharing your sample file. I got 2 separate solutions as I am not sure which one will suit you better as there were only 4 working days in September in your dataset, so average can be different. Below are both measures:
This is the 2nd measure and output and since it is calculating average for whole September, so its average is less as in September you have only 4 days of data.
Thank you and good point about the 4 days in September which I had forgotten.
The first solution actually works great to address that detail and other potential users of this dashboard who’s first months on the platform are less than full months.
Also points out that I had overly simplified the logic on the working day element.