Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
ajkhayat
Regular Visitor

Publish dashboard using power automate

Hi everyone,

 

I had create dashboard and published to workspace and I shared the link to managers, however, I have to publishing the dashboard daily by manual, so I need solution to automate publish automaticly.

I try to use power automate for this case but I don't have idea how to use it.
If there are other solution please let me know.

 

BR... 

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @ajkhayat ,

 

For power bi, it provides rest api to let the user upload the pbix file to special workspace.

POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/imports?datasetDisplayName={datasetDisplayName}&nameConflict={nameConflict}&skipReport={skipReport}&overrideReportLabel={overrideReportLabel}&overrideModelLabel={overrideModelLabel}

 

More details, you can refer this link.

Imports - Post Import In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs

 

Create a flow in power automete or some local script to call this API.

 

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

amitchandak
Super User
Super User

@ajkhayat , why do you publish daily please schedule a refresh on service

https://docs.microsoft.com/en-us/power-bi/report-server/configure-scheduled-refresh

 

You can check power bi cmdlets for publishing: https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors