Creating charts from within a dashboard helps to keep your spaces and projects clutter-free from charts that are used only once in a dashboard.Charts that are created from within your dashboard are exclusive to the dashboard. This means that they can’t be reused in other dashboards in your project.Click “Add tile” and then “New chart” to create a chart that is exclusive to the dashboard. You will be taken to the chart builder. Once you save the chart it will appear at the bottom of your dashboard.
Note: These charts can’t be used in other dashboards and won’t be shown in the global search or in any space. If you want to make these charts reusable in other dashboards, you can detatch them from the dashboard and save them to a space so they’re permanent using the move to space option from the chart’s three-dot-menu.
You can add an existing chart to your dashboard by clicking “Add tile” and then “Saved chart”. Clicking any chart will add it at the bottom of your dashboard.
You can resize charts by dragging the lower-right corner.You can position your chart by dragging the center of the chart.
These tiles are very flexible and allow you to enter text with headers, formatting, etc. You can even include code blocks and images within markdown tiles. The built-in editor provides most formatting you’ll need.
You can even paste IFRAME embed codes in these tiles so you can embed things like Notion pages, views into other systems like web analytics, etc. Anything that offers IFRAME embedding!
One option that isn’t available in the editor is text centering. That can be achieved like this:
Copy
Ask AI
<h2 style="text-align:center">This is my centered title</h2>
Other HTML markdown tile options
There are a number of other inline HTML options available. Below are some examples - Copy and paste them into a markdown tile to check them out!
Copy
Ask AI
Check out this <b>bold</b> word.You can also do <i>italics</i>.And even <u>underline</u>.Or maybe you want to <s>strikethrough</s>.Show code snippets like <code>Hello World!</code>.Or <mark>highlight</mark> something important.Add links like <a href="https://docs.lightdash.com/">this!</a>Use <sub>subscript</sub> or <sup>superscript</sup><p style="color:red">Easily colour your text.</p><p style="font-size:20px">Or change the size.</p><p style="text-align:center">Center your text.</p><p style="text-align:right">Or align it to the right.</p><p style="text-align:justify">You can even justify a line of text if you are trying to communicate a point that is particularly long, perhaps something like this example sentence?</p><p style="word-spacing:5px">Change the word spacing. 👏</p><p style="font-style:italic;font-weight:bold;color:blue"> Or combine a whole bunch of styles together.</p><h1>We also support headings</h1><h2 style="color:red">Here's an H2 heading in red</h2>You can also include images and apply different alt options and styles. Here's one I centered earlier:<img src="https://placehold.co/300x200" alt="Centered Image" style="display:block;margin:0 auto" />
You might want to add an empty-value filter so that your dashboard viewers can choose their own value and explore the data based on their own criteria. Your dashboard viewers might also want to add their own filters to your dashboard.
You can mark a filter as required for the dashboard to run. This means that the dashboard will not run unless a value is selected for the filter. Just edit your filter and check the “Require value for dashboard to run” checkbox.
Until viewers have set a value for the filter, the dashboard will not run.
To learn more about adding filters to your dashboards, check out our guide on using filters.
Break up high level goals or themes, e.g. Revenue, Retention, Engagement
Separate views for different audiences, e.g. Executive Summary vs. Team-level detail
Avoid clutter and performance issues in dashboards with lots of tiles, e.g. split 30+ charts into three tabs based on priority or groupings like the first and second bullets above
While editing, click “Add tile” and then “Add tab”.
Give your new tab a unique name.
Once created, you can add content to your tab just like any other dashboard. You now have a new canvas to add content to your dashboard.
To edit a tab, click on the edit icon to the right of your tab name while in dashboard edit mode. You can either rename or remove the tab from your dashboard.
If you have content in a tab, you’ll have an option to safely remove that tab. This gives you an opportunity to transfer tab content to another tab.
From there, choose which tab you’d like to transfer the content. This way, you can keep your content while removing the actual tab.
You can share tab content just like you would a regular dashboard. Sharable links will navigate right to the tab that was active when you created the shareable link.
Embeddings with tabs work slightly differently. When embedding a dashboard with tabs, all the tabs will be appended to the dashboard. In this case, the embeddeding will be one dashboard with all content from all tabs.