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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Extracting data from a .html file not structured as a table

Hello community,

I am trying to extract data from a .html file using PQ. The file is not structured as a table which means I have to go looking in different <div> containers. I am experiencing having to drill into 15+ tables before maybe reaching relevant data.

Does anyone have some tips on how to do this? Drilling to 'end' or searching inside the containers? I am kind of out of ideas

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Turns out using PQ for Excel was a bad idea in this case - I have now switched to PQ for PBI and am having no issues unpacking this.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Turns out using PQ for Excel was a bad idea in this case - I have now switched to PQ for PBI and am having no issues unpacking this.

v-kkf-msft
Community Support
Community Support

Hi @Anonymous ,

 

Could you please use the Html.Table function to get table data? Could you please share your example code?

 

Best Regards,
Winniz

Anonymous
Not applicable

I have tried this out but am unsure how to apply it.

Consider this table

 

CaptionSourceData
ElementHTMLTable

 

If I do Html.Table([Data]) I get an Expression.Error saying 'Html.Table' wasn't recognized.

Am I going about this correctly?

Anonymous
Not applicable

Thank you for your reply I will test this out later and (hopefully) come back to mark as a solution

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors