r/sharepoint • u/Dust2_Player • 5d ago
SharePoint Online Replacing a multi-user Excel macro file with a SharePoint List (and Power BI integration)
2
u/PimpInTheBox1187 4d ago
I live by the motto "Excel is not a datasource"
That sounds like something Poweapps can do, use tabs to separate your fields. Use event handlers to populate other fields based on a fields value.
1
u/RumblyBelly 4d ago
If you have less then 10k enterys in list use HTML file for live data.
If its calculation havy macro file I would do Automations in Excel that are run with Power Automate
1
u/Dust2_Player 4d ago
I replied to the other comment if you want more details, but basically it's around 2K rows per year
1
u/whatdoido8383 4d ago
Sounds doable. Architect your views to return less than 5000 rows. You'll probably need to use power apps for the form(s).
1
2
u/Due-Boot-8540 5d ago
How complex is the spreadsheet and what do the macros do? Rather than just migrating to a list, I’d look into ways to break it into smaller lists and probably some automation.
Power Apps might be a good option