Forum Discussion
iBusinessBI
4 years agoKudo Collector
Incremental refresh with Append Queries from different Sources
I have 2 sources for my Fact table: - One is SQL Server (accounting system) - Excel in Sharepoint (where we enter consolidation journal entries that are not inside the accounting system) I combine...
Greg_Deckler
4 years agoCommunity Champion
iBusinessBI Well, you should be able to at least do an incremental on your SQL source query. According to this, you could also enable incremental refresh on your Excel file: Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs
iBusinessBI
4 years agoKudo Collector
But they are not two separate tables in the dataset.
I append them in a new query and only the AppendedFactTable is loaded to the dataset
The 2 original queries are not loaded into the model, so there is no option for me to set an incremental refresh...
- serhii_stefaniv3 years agoFrequent Visitor
Hi
Did you find the solution to your problem? I have similar