Skip to content
Snippets Groups Projects
Unverified Commit 398f8518 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - dash card notes (#41057)

parent b9464c30
No related branches found
No related tags found
No related merge requests found
......@@ -236,9 +236,9 @@ If your Metabase administrator has enabled [public sharing](../questions/sharing
Public links can be viewed by anyone, even if they don't have access to Metabase. You can also use the public embedding code to embed your question or dashboard in a simple web page or blog post. Check out examples of simple apps with embedded dashboards in our [embedding-reference-apps repository](https://github.com/metabase/embedding-reference-apps). To learn more about [embedding](../embedding/introduction.md), check out our article on [How to use Metabase to deliver analytics to your customers](https://www.metabase.com/blog/external-facing-analytics), as well as an article on how to combine branding, Single Sign-On, full app embedding, and data sandboxing to deliver [multi-tenant, self-service analytics](https://www.metabase.com/blog/embedding).
## Exporting dashboards as PDFs
## Exporting results from a dashboard
To export a dashboard as a PDF, wait until the dashboard is finished loading, then click on the three dot menu (**...**) in the upper right and select **Export as PDF**.
See [Exporting results](../questions/sharing/exporting-results.md#exporting-results-of-a-dashboard).
## Configuring a dashboard through its URL
......
docs/questions/images/download-card-results.png

150 KiB

......@@ -17,6 +17,8 @@ You can export the results of a question as:
- .json
- .xlsx
If you don't see this option, you may not have [permissions to download results](../../permissions/data.md#download-results).
### Maximum number of rows you can download
You can download up to 1 million rows.
......@@ -43,6 +45,23 @@ You can export a dashboard as a PDF. Click on the three dot menu (**...**) and s
The PDF will only include screenshots of the charts as they are visible on the dashboard.
### Exporting results of a dashboard card
To export the results of a particular card, hover over the dashboard card, click on the three dot menu (**...**), and select **Download results**.
![Export results of a dashboard card](../images/download-card-results.png)
From here you can select:
- .csv
.xlsx
- .json
- .png (if a chart)
To export the raw, unformatted results, hold down the `option` key for Macs, or `Alt` key for Windows, then click on the download file format.
If you don't see this option, you may not have [permissions to download results](../../permissions/data.md#download-results).
## Exporting results of a dashboard via dashboard subscriptions
You can use [dashboard subscriptions](../../dashboards/subscriptions.md) to regularly export data from all questions on a dashboard, and include those results as an attachment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment