When you're sharing dashboards with clients, colleagues or stakeholders, you might want to send them an export of the dashboard instead of sharing a link. This is perfectly possible within Luzmo.
To export your dashboard or chart as a static image, you can choose between an export in PDF or PNG format.
To export a dashboard: simply go to the 'Share' modal of your dashboard, select your desired format (PNG or PDF), and select the view you want to export. This can be either desktop, tablet or mobile. You can download the file directly to your computer or send it via email.
To export a chart: hover over the chart and use the export button in the top right corner. Select the desired export format and the file will download to your computer. You can either export an image of the chart (PNG) or download the data behind the chart (CSV/Excel).
Apart from sending the dashboard in an email directly, you can also create an automated mailing schedule. In that case, you'll email an updated version of the dashboard in PNG or PDF format to the specified e-mail addresses at your specified point in time. Click the ‘send via e-mail regularly’ checkbox. Doing this reveals a few more options where you can specify:
Please note that customized messaging is part of our white-labeling feature. This feature is only available as of an Elite license. In terms of email frequency, you can choose between a daily, weekly, monthly, quarterly and yearly email schedule.
For example, if you select next Monday as the start date and 9:00 AM as the start time, with a weekly frequency, the selected dashboard will be emailed to you every Monday morning at 9:00 AM with fresh data.
Do you often use filters on your dashboard? You might find yourself in a situation where you drilled down on the data and found an interesting insight. In that case, it would be great if you can export those filtered results, right?
If you want to export a dashboard with your current filters applied, this can also be done from the 'Share' modal. Simply tick the box for 'Use current filters applied'. When hitting download, you'll receive an export with filters applied.
Pro tip: if you want to schedule an email update that always applies the same filter on the dashboard, you can use initialization filters. In that way, the dashboard will always apply a specific filter upon opening or exporting the dashboard.
Full table exports in CSV or XLSX format, now supporting even millions of rows with a seamless experience across all table sizes. Large file export works with a smart export logic based on the table size.
The process of Large file export:
email that's specified in the Authorization requestWhen embedding a dashboard, you have the option to activate an export button in the overall dashboard settings. By doing so, a person viewing your dashboard has the option to click a button at the bottom of the dashboard to make an export.
By default each chart will include an export button on the top right corner. You can easily turn this off via the chart settings as explained in this article.
Alternatively, you can also have an export button as part of your own platform and make use of our API's and frontend components capabilities to generate the export you would like your users to have access to.
To download an image of the dashboard:
To download the data behind a chart:
Yes! You can allow this by enabling the toggle in the dashboard editor under Dashboard Settings > Export options > Send via email. By enabling this toggle, the "Export" button at the bottom of embedded dashboards will be shown.

In the embedded dashboard, clicking the "Export" button at the bottom and then selecting the "Schedule recurring emails" menu option will open up a window where your users can configure a recurring export schedule by configuring the start date, email frequency, the export format (PDF/PNG) and the recipients of the email. If whitelabeling is enabled, they can also configure a custom mail subject and message.
In case this user has already configured export schedules on this particular dashboard, they can view, edit and delete those via the "Manage export schedules" button.

Yes! By default the dashboard export button is turned off. You can turn it on/off in the settings of the dashboard. By default the chart export button is active. You can turn this off chart by chart in its settings or use css to turn it off for all charts at once. Please refer to this article for more info.
Yes! By default each chart includes the possiblity to download the data powering that chart as a CSV or Excel. In case you want the provide an export with more information, you can provide your own download button and make use of the get data endpoint of our Core API. More info here.
If there is a published version, that will be the one that is present in the export. If there is no version marked as published, the latest version will be present in the export. In order to embed and export the latest version instead of the published version, you can set the "environment" property to "null" in the Embed authorization request.
When opening a CSV file directly inside Excel, it assumes it is formatted in the "regional standard" which in different for different users. The steps outlined in this Microsoft support article could be followed, in order to make use of Excel's text import wizard and apply the desired format.
By default, exports will use the latest authorization scope of a user, meaning the parameter overrides, metadata and access rights of the most recent authentication of the user. It is therefore important to ensure each Embed token for a specific user (uniquely identified by the username property) always provides the necessary access to that user's resources and data.
If you wish for a user's export to instead use the authorization scope as set when they configure the export, you must ensure that at the time the alert is set up each of the parameter overrides that should remain constant is specified as such ("sticky": true) in the authorization token (more details in our developer docs).
Don't hesitate to contact us for more information.