Forum Discussion
jpalaci1
Helper I
4 years agoMake PBI report live/refeshable from Excel workbook for single tab/sheet
I have PBI report that data's sourced from a particular tab from an Excel workbook. I only use this single tab from Excel. This workbook is renamed each month so I'm not sure how I could automate or ...
- 4 years ago
You could probably use the option to reference a folder as the source. You would probably need a static named workbook as the reference file in the folder (with the columns included in the file which will be renamed but with 0 for value columns). If the file which is renamed keeps the structure of the referenced file, the folder as a source will pick up the renamed file to import and do its magic.
amitchandak
Super User
4 years agojpalaci1 , Try if you can use index of the sheet, as shown in this blog
https://radacad.com/get-data-from-multiple-excel-files-with-different-sheet-names-into-power-bi
- jpalaci14 years ago
Helper I
I also replicated something similar to the link and this worked out very well. Thank you!