Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
SantiAdvent
New 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(OrderAddDate, OrderShipDate, Holidays) To give me the turn around time in days taking out the weekends and the holidays. I then have to replace errors and 0's with null. This is taking forever to load. 

 

Can anyone help me speed this process up please?

 

 

 

Networking Days Function.pngTAT PQ picture.png

 

2 REPLIES 2
SantiAdvent
New Member

Could you elaborate on that? - I'm relatively new to  DAX & PQ. Thank you.

lbendlin
Super User
Super User

Use the NETWORKDAYS function in DAX, or have your working days clearly marked in your static calendar table.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors