cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Download all pages of a multi-page dashboard

prasanna_r
New Contributor

Hi,
I have created a multi-page dashboard in databricks. I want to download all the pages of the dashboard as a single pdf file. But when i export the dashboard I get it only in .json format. Is there a way to download all the pages as a pdf file?

1 ACCEPTED SOLUTION

Accepted Solutions

ilir_nuredini
Honored Contributor

Hello @prasanna_r ,

Currently Databricks does not support to export dashboards in pdf format. What I can suggest is to use browser feature to export as pdf, or take a screenshot and save them in the word -> pdf. Then you can use pdf programmatically how over you see fit. 

Hope that helps. 
Best, Ilir

View solution in original post

4 REPLIES 4

ilir_nuredini
Honored Contributor

Hello @prasanna_r ,

Currently Databricks does not support to export dashboards in pdf format. What I can suggest is to use browser feature to export as pdf, or take a screenshot and save them in the word -> pdf. Then you can use pdf programmatically how over you see fit. 

Hope that helps. 
Best, Ilir

ELRRD2026
Visitor

please fix this as soon as possible.

balajij8
Contributor III

Dashboard provides a Download as PDF capability for published dashboards. You can distribute a multi-page dashboard as a PDF with all pages & configure a scheduled email subscription and include all dashboard pages in the generated PDF.

You can follow below

  • Open the published dashboard and select Schedule.

  • Create a new schedule (daily, weekly, monthly, or a custom schedule).

  • Set the email subject and add the subscribers.

  • Under the PDF options, select the dashboard pages to include (All Pages if you want all the pages in the dashboard).

  • Save the schedule.

Databricks will generate and email a single PDF containing all the dashboard pages according to the configured schedule.

Thank you for the input, Balajiij8. Howeber, i dont want a set frequency as i need to adjust some widgets (date to/from) before i issue it, so having an automated schedule won't work as intended. Would be much simpler to simple be able to click "extract to PDF" without a cumbersome schedule layer, just click and just include the tabs you need. Today this however only work with one tab at a time.