I am trying to create a dashboard in PowerApps, whose fields will get populated from the data stored in multiple Excel files from a single folder in a SharePoint site. This is what I have connected the SharePoint library (folder) to the dashboard in PowerApps through SharePoint connector. It is successfully listing all the excel files in the drop-down created in the dashboard.
Problem: Even though the Excel file names are visible in the dashboard, the data is not getting populated even if I select the required file from the drop-down. My goal is for the dashboard user to select a file from the dropdown to see the data from the selected file in that dashboard
Questions:
- It is doable in PowerApps.
- If it is doable, what could be going wrong?
Other points:
- Data in all the Excel files are in table format and have the same column names.
- All the files in the same SharePoint site.
- Columns in the Excel sheet is correctly mapped to the respective fields in the dashboard.
- I am using PowerApps(V2) to trigger in PowerAutomate flow.