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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nikkum09
Frequent Visitor

Is there Any way to automate power BI reports

Hi
I have power BI report server and I have done the report server configuration. Now to see the reports generally we do upload the reports and to sync with database. We are providing the credential and scheduling it.
All those thing we are doing it manually. Is there any way we can automate the manual steps.

 

Thanks

Nikkum

7 REPLIES 7
Greg_Deckler
Super User
Super User

There is an API for the Service where you can do this kind of thing, not sure if there is an equivalent for Report Server.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

sqldbawithabeard has some powershell to help

https://sqldbawithabeard.com/2018/08/21/deploying-to-a-power-bi-report-server-with-powershell/

 

Not tried them but looks useful.

Solutions works fine till data source. But how to automate till auto schedule.

 

Thanks,

Nikkum

Hi,

 

what kind of database are you using as source?
If it's MS SQL Server u can do something like this:
1. Create .ps1 scripts to automate whings.

2. Create SQL Server Proxy Account with cmdExec perms.

3. Create Job

   a) create step with CmdExec type

   b) and use Proxy Account as executor

4. Create scheduler for job (it's your automatic execution)

 

I used this solution and it's working fine for me.

 

Thanks for your response. I am using SQL 2017. Can you please send me the sample .ps1 script for PBIRS.

 

Thanks,

Nikkum

I can't but try to use script from link above and create job to schedule.

It worked for me.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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