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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
BarryB75
Helper I
Helper I

How to Import from a Web page with tabs on the table?

I hope you guys (and gals) can help.  I'm trying to import a table from a web page and only having partial success.  On the web page, the table has multiple tabs.  When I put in the url into power BI, it comes over as one table and I only get the first tab.  The url doesn't change when I click on the other tabs on the website table.  How do I get the other information (on the additional tabs) to download?

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

You can do this by following below guidelines.

!. Firstly create parameter ( List of Values) using Blank Query. This list will act as dynamic page no. in your Query.

2. Secondly, You need to replace the page no. in your Web.contents function with NumberToText function. 

 

This will give you all the tables in your webpage at one shot.

 

For Demo, Please refer to this BLOG for step by step process.

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

1 REPLY 1
BhaveshPatel
Community Champion
Community Champion

You can do this by following below guidelines.

!. Firstly create parameter ( List of Values) using Blank Query. This list will act as dynamic page no. in your Query.

2. Secondly, You need to replace the page no. in your Web.contents function with NumberToText function. 

 

This will give you all the tables in your webpage at one shot.

 

For Demo, Please refer to this BLOG for step by step process.

 

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors