Downloading a CSV
- Open a dashboard with a chart that uses the dataset you want to export.
- Click the options menu (three dots) on the chart.
- Select Download CSV.
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 example2025-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.
