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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Expresso
Frequent Visitor

Web content data extraction functions

Isn't it better/optimized to call the function in a new table for every new request made instead adding it to the main table and having it repeat all the previous data inside the table just to relate to the new data inserted? If it is definitly better, please let me know how to do it.


Power Query – Building functions to fetch web data

 

Example:

 

main_table

A | B | C |

C | A | B |

B | C | A |

 

>function to made web crawling with data of main_table as illustred in the link before.

 

main_table

A | B | C | 1

A | B | C | 2

C | A | B | 1

C | A | B | 2

B | C | A | 1

B | C | A | 2

 

3 REPLIES 3
AlexisOlson
Super User
Super User

A new table for each new request? That sounds to me like you'd end up with way too many tables.

Depends on the requested data, but it isn't better than having a lot of duplicated data?

I think it's usually easier to de-duplicate data than handle lots of tables but I can't speak to your specific use case.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.