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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
GoingIncognito
Advocate III
Advocate III

How to automate printing report to pdf

Is there any ideas how to automate printing repots to pdfs? Available tools include PBI (pro and premium capacity), PBI report service, and SQL Server licensing. So could possibly done as SSRS also. Or is there any way of automating PBI printing in SQL server - for example in SSIS job?


Thanks!

3 REPLIES 3
Anonymous
Not applicable

Hi @GoingIncognito 

 

If you want to put a Power BI dashboard into PDF format there is an option for users to do this under "Export".

 

Automatically printing something from SSRS is a different kettle of fish...

 

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3742a289-b635-41f6-853c-a09eee596b4a/best-w...

 

 

What I want to accomplish is automating the task of printing out reports. What I am asking is how can I accomplish this? Possibilities are PBI and SSRS. PBI options include, but are not limited to, PBI Report Server. 

Thank you.

Anonymous
Not applicable

My personal thoughts are

 

Send the report to a location using a SSRS subscription.

Set a chron job to print anything in the folder at a certain time.

Set a SSIS procedure to move the file so it is not printed again.

 

I would imagine there is a slicker way to do this but this is the only way i can think off hand.

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 Solution Authors