The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am rather new and plan to struggle a little but that’s part of the fun. In the description below, I don’t know how complete each step but the purpose of this post is for some general direction as to how to set this up.
My company has multiple ERPs that don’t talk to each other. Each division will send me inventory reports that are in an Excel format from their ERP at certain intervals. I must build a Power BI that merges the different reports using the most recent report. I learned how to put Excel files into a folder and using only the latest version of that file by following these steps in the following link: (https://wkrzywiec.medium.com/getting-data-from-the-latest-file-in-a-folder-using-power-query-51dfa4b...)
I also want to keep notes about items using Write-back functionality.
Here is a visual to help with this. Is this even possible? Is there a better approach? The table below is simplified and I plan to create metrics and dashboards from the data. Thank you all!!!
Solved! Go to Solution.
Hi,
for my experience best way to have refresh data is to use Sharepoint.
With sharepoint folder you can manage the data inside and select the file that you want take data and hour and delete the other from the import.
With sharepoint you have also the refresh scheduled in power bi service.
For your data the best way is to import all excel file into a sql azure database throught azure pipeline.
So you'll have a db with all your information.
To have the write back is not so easy but you need power app (another microsoft app) and you'll do the write on excel or better on sql. (find some video on youtube).
To use the power app for writeback sql i think you have to import data in direct query.
If you need a specific request tell me.
I hope I have been helpful.
Ciao!
Hi,
for my experience best way to have refresh data is to use Sharepoint.
With sharepoint folder you can manage the data inside and select the file that you want take data and hour and delete the other from the import.
With sharepoint you have also the refresh scheduled in power bi service.
For your data the best way is to import all excel file into a sql azure database throught azure pipeline.
So you'll have a db with all your information.
To have the write back is not so easy but you need power app (another microsoft app) and you'll do the write on excel or better on sql. (find some video on youtube).
To use the power app for writeback sql i think you have to import data in direct query.
If you need a specific request tell me.
I hope I have been helpful.
Ciao!