Forum Discussion
Incomplete data for Table.Combine when sourced from Incremental Refresh
- Anonymous5 years ago
Hi Kelly,
Apologies, when I mentioned row count I meant as the result of the DAX count aggregator of the resulting tables after data refresh has completed.
I am not experiencing a technical error using Combine.Table.
The M query is also the same as what you have in your example. The only exception, I imagine, would be that my parent tables are configured for incremental refresh.
I have also investigated further and seems that Combine.Table evaluates the parent tables based on the default filter parameters for incremental refresh (RangeStart and RangeEnd). As such it seems like it doesn’t matter what the volume of data that resides in the model as this is evaluated on Power Query first.
I have also tested calculating a DAX table while using UNION and this does give the correct row count. This also seems reasonable as the evaluation of DAX refreshes comes after Power Query is complete (and other incremental refresh).
Hi Kelly,
Apologies, when I mentioned row count I meant as the result of the DAX count aggregator of the resulting tables after data refresh has completed.
I am not experiencing a technical error using Combine.Table.
The M query is also the same as what you have in your example. The only exception, I imagine, would be that my parent tables are configured for incremental refresh.
I have also investigated further and seems that Combine.Table evaluates the parent tables based on the default filter parameters for incremental refresh (RangeStart and RangeEnd). As such it seems like it doesn’t matter what the volume of data that resides in the model as this is evaluated on Power Query first.
I have also tested calculating a DAX table while using UNION and this does give the correct row count. This also seems reasonable as the evaluation of DAX refreshes comes after Power Query is complete (and other incremental refresh).
- v-kelly-msft5 years agoCommunity Support
Hi Anonymous ,
Yes,after testing,Table.Combine can only combine source tables,once I use the filtered table,it will return error:
So the method you mentioned above should the best solution.
If your issue is solved,could you mark the reply as answered to close it?
Best Regards,
KellyDid I answer your question? Mark my post as a solution!