Prerequisites
- At least one dataset connected. If you haven’t done this yet, see Connect Data.
- Editor or Admin role in your workspace.
Build your first dashboard
Create a new dashboard
From the left sidebar, click Dashboards, then click New Dashboard in the top-right corner.In the creation dialog, enter:
- Name — something descriptive, like
Revenue Overview. - Description (optional) — a short summary visible to teammates, like
Daily and monthly revenue broken down by region.
Add a bar chart
Click Add Visualization in the toolbar (or click anywhere on the empty canvas).In the visualization panel:
- Select a dataset — choose the dataset you want to visualize from the dropdown. For example,
Signups & Revenue – Last 90 Days. - Choose chart type — select Bar Chart.
- Configure axes:
- X axis — set to
day(the date column). - Y axis — set to
revenue(your numeric measure). - Color / Group by (optional) — set to
countryto break down bars by region.
- X axis — set to
- Add a title — enter something like
Daily Revenue by Country.
Add a line chart
Click Add Visualization again to add a second chart.
- Select the same dataset (or a different one).
- Choose Line Chart.
- Configure axes:
- X axis —
day. - Y axis —
signups.
- X axis —
- Title it
Daily Signups.
Arrange the layout
Vizdom uses a drag-and-drop grid layout. In edit mode:
- Move a visualization by clicking and dragging its title bar to a new position.
- Resize a visualization by dragging the handle in the bottom-right corner of the card.
- Delete a visualization by clicking the three-dot menu on the card and selecting Remove.
Add a global date filter
Global filters let viewers slice all visualizations on the dashboard at once.
- Click Add Filter in the dashboard toolbar.
- Select Date Range as the filter type.
- Choose the date column to filter on — for example,
day. All datasets on the dashboard that contain a column with this name will respond to the filter automatically. - Set a default range (for example, Last 30 days).
- Click Apply.
Next steps
Share & Collaborate
Invite teammates, set permissions, and share your dashboard via link or embed.
Export
Download your dashboard as a PDF, export data as CSV, or set up scheduled delivery.