Forum Discussion
Reading files from SharePoint and changing format files
- 3 years ago
Three potential approaches to consider:
1. Use the xls files in Power BI as is (be aware that xls can be a problem - Avoid Using Excel XLS Files As A Data Source — ehansalytics
2. Use Power Automate Desktop to create a UI flow to batch convert them
3. Use R or Python to do it (technically you could do it through the R/Python integration in Power BI Desktop to read in the xls file and write xlsx to local disk, but it wouldn't be part of normal refresh).
Pat
Three potential approaches to consider:
1. Use the xls files in Power BI as is (be aware that xls can be a problem - Avoid Using Excel XLS Files As A Data Source — ehansalytics
2. Use Power Automate Desktop to create a UI flow to batch convert them
3. Use R or Python to do it (technically you could do it through the R/Python integration in Power BI Desktop to read in the xls file and write xlsx to local disk, but it wouldn't be part of normal refresh).
Pat