I'm working on a PowerApp that will have a huge amount of data stored in a SharePoint List (10s of 1000s of records over time). One way of addressing this is to divide the lists into different geographic locations. The other way is to have one list for all entries. My concern is with dealing with delegation and reporting issues. I'm looking for some advice on design best practices.
- Should I have one list for all entries and use nest filtering or other best practices to view the data?
- PRO - Minimal manipulation of the PowerApp needed.
- CON - Difficulty viewing the info in app and reporting using PowerBI.
- Should I split the SharePoint Lists by geographic location?
- PRO: SharePoint List size would be much more manageable.
- CON: More complex PowerApp code. (I've only found one way of pointing to different SP Lists, and that is using a SWITCH statement).
I've been out of the PA space for a while, so there is a lot that I don't know. Please offer any suggestions or design best practices.