Forum Discussion
Anonymous
6 years agoNot applicable
Problem refresh incremental Connexion SAP Hana for Reference, Append and Merge Query
Hello, I have an incremental refresh problem in powerBI for SAP Hana connection, the incremental refresh works for the source table, but for the reference table and append table, the incremental ...
- 6 years ago
Hi Anonymous,
i think you have to filter the original query to reduce the data from hana
and the appred query to control the storage of the historical data.
Anonymous
6 years agoNot applicable
Hii,
here are the queries, Original source table + two reference table + appendi
mwegener
Most Valuable Professional
6 years agoHi Anonymous ,
i think it works this way.
You have to insert the filter parameters in the "original" query and in the "final" query.
In the "original" query, so that the data can be filtered in the source by query folding.
In the "final" query, so that the parameterization is activated and the result of this query is saved.
I assume that the parameter of the "final" query will be forwarded to the "original" subquery.