Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there
Does anyone manage to scrape data from word documents via PowerBI / Power Query?
Is this doable?
Thank you so much
Solved! Go to Solution.
@MattAllington has a pattern to extract tables into Power BI from Word saved as HTML - see http://exceleratorbi.com.au/import-tabular-data-pdf-using-power-query/
Hi @Anonymous,
Yes, we can achieve this requirement. You need to leverage the fact that Microsoft Word .docx files are actually ZIP files containing a group of XML files. We will decompress the ZIP file and parse the XML to pull information into Power Query.
Reference
http://www.excelandpowerbi.com/?p=201
http://www.excelandpowerbi.com/?p=146
Regards,
Charlie Liao
@MattAllington has a pattern to extract tables into Power BI from Word saved as HTML - see http://exceleratorbi.com.au/import-tabular-data-pdf-using-power-query/