Forum Discussion

Satch's avatar
Satch
Helper III
5 years ago
Solved

Add a record into PowerBi every month from existing data

Hi,   I have a PowerBi dashboard, created from several csv files, which are refreshed once a day.   In 1 of the files every item has a stocklevel. Unfortunately, the stocklevel is overwritten ev...
  • Anonymous's avatar
    Anonymous
    5 years ago

    I have limited experience regarding the 2 points you asked but I'll try to help in hope that someone else will second my opinion or just propose a better solution:

    1. If you are using the service, you can subscribe to a report so that it will send you periodically the report by email. If you are using the server, you might need to develop a paginated report and a scheduled job. The scheduled job will run periodically to export the report using the report's URL and appended query strings to trigger the export functionality. Then the job will send an email with the report or just save it to disk.

    2. Power BI doesn't write back to SQL but you can use Power Apps to develop an app that writes data to SQL.

     

    Again, keep in mind that I might be wrong with my reponses above. Lets wait for someone else from the community to comment on this.