The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am attemping to create a column measuring amount of business day between [Adjusted Date] and [Action Date].
[Adjusted date] = date request came in
[Action Date] = date operator took action.
I have a 'Calendar' table and a 'Holidays' table.
Please help. i've exhuasted my brain with this one. Thank you.
Solved! Go to Solution.
Have you tried using the NETWORKDAYS function: https://learn.microsoft.com/en-us/dax/networkdays-dax
You'll can pass in your holidays table and it automatically handles weekends for you. Hope this helps.
Have you tried using the NETWORKDAYS function: https://learn.microsoft.com/en-us/dax/networkdays-dax
You'll can pass in your holidays table and it automatically handles weekends for you. Hope this helps.