Forum Discussion
jbenson
5 years agoHelper III
Web Link
I am trying to bring data over into power bi desktop from this link https://www.innovativeag.com/biddetail.cfm?location=&format=table&groupby=ccommodity&setLocation=&commodity=5354 when i do it says it can not find any tables. What am i doing wrong that it cant find any tables
1 Reply
- V-lianl-msftCommunity Support
Power Query can only extract data from a web page if it is in a suitable tabular format such as HTML, PHP etc. It won't work on JavaScript rendered tables and many other types.
Try to use Python to do a web crawler.