Skip to main content
You can export the current view of a dataset’s results as a CSV file for use in spreadsheets, reports, or other tools.

Downloading a CSV

  1. Open a dashboard with a chart that uses the dataset you want to export.
  2. Click the options menu (three dots) on the chart.
  3. Select Download CSV.
The download includes the data as currently shaped by your transformations, any active filters, sorts, groupings, and hidden columns are reflected in the exported file.

What’s included

  • All visible columns and rows after transformations are applied.
  • Column headers use the underlying column names from your query, not the display names configured in the chart.
  • Hidden columns are excluded.

Dates and timestamps

Date and timestamp columns are written as ISO 8601 values in UTC, for example 2025-10-29T19:23:33.587Z. This keeps the full time of day and millisecond precision, and it imports cleanly into Excel, Google Sheets, and analysis tools without being misread. Other columns are exported exactly as stored, so numbers stay unformatted — a currency column exports as 1234.56 rather than $1,234.56. Any formatting you have applied in Mora affects how values look on screen, not what the CSV contains.