Forum Discussion
Shruthi96
6 years agoHelper III
Data flow to Power BI Desktop/Power App (sharepoint data source)
Hi All, Need help..! I get new daily report from sharepoint documents, this sharepoint document is connected to Power BI desktop as data input. Daily report file will be replaced in the...
Shruthi96
6 years agoHelper III
Hi All,
Missed to provide one more input.
Currently entire data set is replaced in Power BI, but it should be appened to yesterday report.
Let me know if there is solution.
nickyvv
6 years agoMost Valuable Professional
Hi Shruthi96,
Not sure if this will work, but you could try to:
- Duplicate the query you have in Power Query to query 2
- Then Append the query 2 to the original query?
- Depending on if you get any circular reference errors: disable load on query 2. That will automatically be loaded when you refresh the original query.
Let me know if that helps.