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.
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=&co... when i do it says it can not find any tables. What am i doing wrong that it cant find any tables
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.