Forum Discussion
Dynamic Datasource Error - Retrieving Dataset tables and metadata in the PBI Service
Hey jhayes0128 - It's a known issue with using APIs in Dataflows. You get the error esp. when you are trying to make the API calls dynamic. Please refer to tehw ork around below and see if it works.
https://community.powerbi.com/t5/Power-Query/REST-API-Dynamic-Datasource-aren-t-refreshed/td-p/18116...
Did I answer your question? Mark my post as a solution! If not, please feel free to ask me.
Also, I would ❤ Kudos if my solution helped. It is a token of appreciation!
Thank you very much !
Thank you for the response. I do use RelativePath for calling REST APIs (works great), however there is no REST API endpoint for dataset table names and query definitions. So I need to use AnalysisServices.Database instead of web.contents. There is no RelativePath option on the AnalysisServices.Database connector.