migueesc123 / PowerBIRESTAPI

A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API
MIT License
237 stars 74 forks source link

Show Tables #76

Closed detrickm closed 3 years ago

detrickm commented 3 years ago

Is it possible to pull the names of the tables used in the report that are listed in the Show Tables in the dataset view?

image

klinejordan commented 3 years ago

You can certainly use the Get Data function to do this manually using the scanner APIs but the Scanner APIs can't be made into tables in the custom connector at this point because they require POST calls and polling to determine when a scan was completed.

migueesc123 commented 3 years ago

Anything that relies on a polling mechanism is not a good fit for custom connectors in Power BI. While they're feasible, they're far from efficient and are better implemented using other technologies.