On our SQL Server, our org has a table that contains a current instance of records. I need to query that table and append the output row(s) to a PowerBi data table.
I have researched doing this in Power Automate with the “Add Rows to a dataset” step. Unfortunately, I cannot find a way to use the aforementioned SQL query as the payload.
Has anyone else encountered this use case? Is there an alternative way to continuously add rows to a table based on a SQL query?
CodePudding user response:
I would start with this stock template:
CodePudding user response:
There are few ways
- Incremental refresh https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview
- Duplicate's remover, you download whole DB, and then remove dublicates
- Crete SQL side VIEW which do same things, and in PBI side use this VIEW