Power BI - Getting Data
You wrote this Power Query M code to import a table from a web page:
But you get an error. What is the likely cause?
let
Source = Web.Page(Web.Contents("https://example.com")),
Tables = Source{0}[Data]
in
TablesBut you get an error. What is the likely cause?
