【发布时间】:2022-12-02 00:13:45
【问题描述】:
In Transform window, I have created queries for 2 tables (tblA and tblB)
Then I have used union to combine the both tables into new 3rd table (tblC)
From this 3rd table I have created star schema model as 4 dimension and 1 fact table.
There is large amount of data resulting in slow refresh time and load on source SQL Server db.
I want to try incremental refresh but I'm finding this confusing as it looks like this needs configuring in the data model, and not in the Transform window where the query is performed?
So should the incremental refresh be configured on the 2 source tables (tblA, tblB) or the final 3rd table tblC or the dimension/fact tables created from tblC?
【问题讨论】:
标签: powerbi