Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I know there are a few posts about this already but I can't quite find exactly what I need, I've setup a data table shown below, then I have another table with 2 dates I want to work out the number of working days between, how do I use the date table to complete this please?
thanks
Tammy
Solved! Go to Solution.
Hi @Anonymous
Without using the DATEDIFF function you could add a Working Day Flag to the date table. i.e. Mon to Fri =1, Sat and Sun = 0.
Then use the sum function on the Working Day Flag field where the date is less than x and greater than y.
Hope this helps
George
Hi @Anonymous
Without using the DATEDIFF function you could add a Working Day Flag to the date table. i.e. Mon to Fri =1, Sat and Sun = 0.
Then use the sum function on the Working Day Flag field where the date is less than x and greater than y.
Hope this helps
George
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |