The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everyone,
I need to generate the same report for over 50 or so projects. I have created one template and would like to generate it for each project all at once. Is that possible ?
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
Not sure what you mean of "over 50 or so projects" here? Does it mean different workspaces? If so, are you trying to publish the same report to different workspaces at the same time? If my understanding is correct, you can refer to the method in the following links to implement it.
1. By REST API Imports - Post Import
Publishing to multiple workspaces
For load to several workspaces you should use Power BI REST API. Refer to this link - https://powerbi.microsoft.com/fr-fr/blog/upload-a-local-pbix-file-using-the-import-api/
2. By PowerShell
IMPORT A PBIX TO POWERBI USING POWERSHELL
Migrate Power BI reports between multiple workspaces
3. With the help of Power BI Helper tool developed by RADACAD
Publishing Power BI files to multiple workspaces
You can do it using Power BI Helper. Select all the workspaces you want the file to be published, and then publish to them all at once!
Best Regards
Hi @Anonymous ,
Not sure what you mean of "over 50 or so projects" here? Does it mean different workspaces? If so, are you trying to publish the same report to different workspaces at the same time? If my understanding is correct, you can refer to the method in the following links to implement it.
1. By REST API Imports - Post Import
Publishing to multiple workspaces
For load to several workspaces you should use Power BI REST API. Refer to this link - https://powerbi.microsoft.com/fr-fr/blog/upload-a-local-pbix-file-using-the-import-api/
2. By PowerShell
IMPORT A PBIX TO POWERBI USING POWERSHELL
Migrate Power BI reports between multiple workspaces
3. With the help of Power BI Helper tool developed by RADACAD
Publishing Power BI files to multiple workspaces
You can do it using Power BI Helper. Select all the workspaces you want the file to be published, and then publish to them all at once!
Best Regards
Needs more details. Is that for an Embedded scenario?