Forum Discussion
SantiAdvent
2 years agoNew Member
How to use Table.Buffer , List.Buffer or another method to load data faster?
I have a large dataset and I created a custom function to get the networkingdays. The Holidays list is a list I have with the Holiday dates listed. I then create a custom column Networking days(Orde...
lbendlin
2 years agoSuper User
Use the NETWORKDAYS function in DAX, or have your working days clearly marked in your static calendar table.