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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
ConfusedTurtle2
New Member

Automating extraction of table from HTML

Hi all,

 

I'm using an API to get data from statistics.gov.scot into Power BI. The second applied step after importing the data, 'Extracted Table from Html', uses a script like the following:

 

 

= Html.Table(Source, {{"Column1", "TABLE.clay_cube_slice > * > TR > :nth-child(1)"}, {"Column2", "TABLE.clay_cube_slice > * > TR > :nth-child(2)"}}, [RowSelector="TABLE.clay_cube_slice > * > TR"])

 

 

The issue is when this dataset is updated the latest value is a new column which is not pulled in. I realise this is because the above query is manually selecting a set amount of columns and this can be fixed by adding the new column to this script each month, but for the purposes of what I'm doing it would be much better if I could simply refresh my data and have it automatically include the latest available data. That being the case is there a way to automate the above process so it will just take all columns, even as more are added as the data is updated?

 

Thanks

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Since they have an API you may just as well use it, instead of laboring around with screen scraping.

 

API - statistics.gov.scot Open Data User Guides

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Since they have an API you may just as well use it, instead of laboring around with screen scraping.

 

API - statistics.gov.scot Open Data User Guides

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.