Forum Discussion

HuibSteen's avatar
HuibSteen
Regular Visitor
6 years ago
Solved

Data from two url's in power query

I have created in Visual studio a Power Query connector. [DataSource.Kind="TimSaas", Publish="TimSaas.Publish"] shared TimSaas.Contents = (optional ViewId as text) => let apiUrl = "https://xxxxxx...
  • HuibSteen's avatar
    HuibSteen
    6 years ago

    I have modified the API and made sure that all necessary data is included in one call.

    I then convert the Json output in Power Query to different tables (Queries). This works.