Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi all,
I have a question regarding how to count he number of working days to todays date?
I have a mode where I am using calendar year, calendar month and then counting the "Is working day" to show that between 2019 and 2021 there would be 760 working days (UK).
As 2021 is not yet complete, is it possible to count the working days until today?
I am working on another calcualtion to divide the number of working days by the number of days people have worked to work on an efficiency value.
Any help would be good.
Hey @James_Ma ,
that should be possible. You can just limit the filter context for dates until today.
Try an approach like that:
Working days until today =
CALCULATE(
COUNTROWS( DateTable ),
DateTable[Is working day] = 1,
DateTable[Date] <= TODAY()
)
Hi Denis,
It did infact work, however it counts the working days but I tcannot be filtered by the Calendar year?
Thanks Denis, but that has not worked, I will post up some of the data later
@James_Ma If you have a calendar table or a VAR with your calendar table in it, just use FILTER for [Date] <= TODAY()
If that isn't helpful. Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, 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
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
16 | |
10 | |
8 | |
8 | |
7 |