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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Help with Web Query!

Hi Everyone,

 

I am in need of some help connecting to a web source that I can have updated every quarter.

 

I can establish a web query to the following link: https://data.bls.gov/cew/apps/table_maker/v4/table_maker.htm#type=3&year=2022&qtr=2&own=5&ind=1011&s...

 

, and it is able to analyze the chart in HTML. My issue is that it only displays 75 rows and I need it to display the full table. There is no pagination in the link. See the screenshot below:

HCC1_1-1671837570434.png

 

 

Is there any htlm I can write so that Power Query understands to retrieve the FULL table and not the first 75 rows of data?

 

Thank you!

Happy Holidays!

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

There is no need to screen scrape.  They provide a data API  Getting Started : U.S. Bureau of Labor Statistics (bls.gov)

as well as prepackaged data files QCEW Data Files : U.S. Bureau of Labor Statistics (bls.gov)

View solution in original post

2 REPLIES 2
tackytechtom
Most Valuable Professional
Most Valuable Professional

Hi @Anonymous ,

 

I tried to find a way to change the row display settings in URL itself, but did not manage to do so...

 

Other people tried to use an API:

Bringing in api data from Bureau of Labor statisti... - Microsoft Power BI Community

 

And here they used the URL in combination with a function:

Solved: Trying to connect to Bureau of Labor Statistics, b... - Microsoft Power BI Community

 

I saw, however, if you press the Download Source Data button, you can get the underlaying source data in the csv format. This one you can call directly from the URL, too. Could this be something for you?

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/

 

 



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

lbendlin
Super User
Super User

There is no need to screen scrape.  They provide a data API  Getting Started : U.S. Bureau of Labor Statistics (bls.gov)

as well as prepackaged data files QCEW Data Files : U.S. Bureau of Labor Statistics (bls.gov)

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors