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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
What would be the DAX so subtract the Recorded Date from the Submitted Date in reference to only BUSINESS days? I would like to create a calculated column showing the number of days.
Ex: The number of business days between December 1, 2023 and December 21, 2023 = 15
Thank you very much!
Solved! Go to Solution.
The function is called NETWORKDAYS but you need to provide the weekend and holiday dates.
The function is called NETWORKDAYS but you need to provide the weekend and holiday dates.