
Announcements
Hi
I see there is a function in PowerQuery, PowerBI and Excel call Networkdays which calculates the number of working days between two dates
Can I use this inside a PowerFx Column in a Dataverse table ?
Thanks
Nigel
Unfortunately that's not available - even with a Canvas App implementation. There are community solutions and a blog post by Matt Devaney to do exactly this, you can make it a user defined function in the future - but that really won't help with PowerFx Formula columns.
https://github.com/pnp/powerfx-samples/tree/main/samples/date-functions
https://www.matthewdevaney.com/power-apps-calculate-business-days-excluding-weekends-holidays/