Forum Discussion
Repeating reports from different data sets
Hi all,
I'm using PowerBI Desktop to create reports for a software platform that we sell. Reports are based on ~10 csv files that we export from the platform. I'm pretty new to PowerBI and looking for the best way to make this scalable, with as little manual work each time.
The report is great as a one off. But... we need to repeat the report each month, and for a growing number of customers, each time with a new set of csv files.
Currently I can refresh the report by changing the source for each csv, replacing them with new ones, and each time saving the report as a new .pbix file. I'm sure there's a more sensible way to be doing this.
Any suggestions would be gratefully received!
Jon
For your requirement, you can create Query Parameter to set a dynamic data source. Please refer to sample below:
1. Create a File Name parameter.
2. Modify the Power Query in Advanced Editor.
3. Then you can get a dynamic dataset based on selection in Query Paramete (you need to Apply Changes after select):
Regards,
3 Replies
- BhaveshPatelSuper User
- v-sihou-msftMicrosoft Employee
For your requirement, you can create Query Parameter to set a dynamic data source. Please refer to sample below:
1. Create a File Name parameter.
2. Modify the Power Query in Advanced Editor.
3. Then you can get a dynamic dataset based on selection in Query Paramete (you need to Apply Changes after select):
Regards,
- JMLNew Member
Thanks for the replies - that solution works - just took a while to work through for a novice. Thanks!