Forum Discussion
AlexandraSz
2 years agoFrequent Visitor
Incremental refresh vs Historization
Hello! Let's say I have a table called Products: when a product is added or either edited, i receive a new row in my database. Unfortunately these are duplicated, so I would have a row like: Pr...
lbendlin
2 years agoSuper User
Stay with Direct Query and optimize your data source (SQL Server?) for the type of queries produced by Power BI. Indexes, statistics, materialized views etc. The works.