Forum Discussion
tkboisvert
6 years agoHelper II
Multi Source Data Combination on a Row-by-Row basis
Hi all- I'm making calls to the ClubHouse API in PowerQuery. The way it works, I can only see details for sub-dimentions if I specifically call them. For example, I can see all Stories ID...
dax
6 years agoCommunity Support
Hi tkboisvert,
I find a similar post for Combine data from different datasource, you could refer to Power Query Errors: Please Rebuild This Data Combination for details.
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.
- tkboisvert6 years agoHelper II
This post refers to splitting the datasets by staging.
I am adding a dataset row by row. I'm adding a column that is executing a PQ function, calling the API row by row. So I cannot split up the dataset.
I've heard that making a Custom Connector is one way to eliminate this. Is that so?