Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello, I'm new in IT so this may be a simple fix but I have a question about an app I'm making. I get a CSV dump of a few different things, use a powershell script to combine them into a single XLSX, and then use power automate to make them into tables. This happens at an automated time every day, and the issue I'm faced with is that every time it has to create a new excel document due to the data changing daily, and since they are CSV dumps I cannot just update the spreadsheet easily, having to resort to the powershell script method. Is there a way for my tables in the app to refresh to this new document that overwrites the old one completely and deletes it out of the onedrive folder, or is that not possible due to them having different names (as in metadata, the actual filename is unchanged every time it is remade.) If there is a way to force the excel online connector to forcibly find a specifically-named file without it checking its properties I would love to know, as this would solve all of my problems.
Solved! Go to Solution.
Hi @Syndicate_Admin ,
Basically both Excel and Power BI have Power Query Editor, we suggest that you can try to use Power Query in Power BI which could provide more features and could interact with other products.
For licensing, Power BI Desktop is a free product for users when you are using it to transform data, create visuals etc on your pc, there should no license limitation. If you want to share this reports with others on Power BI Service, you may need a Pro license.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Quick question, what app do I use with power query? Excel? I noticed the source community is Power BI, and I'm making a PowerApp because the people using it wont have access to Power BI due to licensing.
Hi @Syndicate_Admin ,
Basically both Excel and Power BI have Power Query Editor, we suggest that you can try to use Power Query in Power BI which could provide more features and could interact with other products.
For licensing, Power BI Desktop is a free product for users when you are using it to transform data, create visuals etc on your pc, there should no license limitation. If you want to share this reports with others on Power BI Service, you may need a Pro license.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Ill try this and get back to you, thanks for the advice!
Seems like you could combine the Csv files and make them into tables with just Power Query. Add a little VBA that uses ThisWorkBook.RefreshAll, and use task scheduler to open it. Wouldn't that work?
--Nate
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.