Forum Discussion
HuibSteen
6 years agoRegular Visitor
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...
- 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.
dax
Community Support
6 years agoHi HuibSteen ,
I am not clear about your problem, if you want to create another power query, you could try to right-click solution->add new item and add corresponding items in resource file to see whether it works or not
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- HuibSteen6 years agoRegular Visitor
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.