Feature Ideas

Trending
  1. Add a drilldown in the no-code builder

    Drilldowns are super helpful for end users, so being able to add them within the no-code builder is really important - e.g. by opening a sub-embeddable via a modal.

    Ella Cullen

    4

  2. Show/hide parts of a dashboard based on a variable

    Sometimes a part of a dashboard only makes sense to show once the user has selected an input.

    Tom G

    2

  3. Containers for components

    To make building dashboards in the no-code builder easier, we'll introduce the concept of 'containers' to layout components on the canvas

    Ella Cullen

    4

  4. Define breakpoints in the canvas

    It would be great if it was possible to define the breakpoints in the Embeddable canvas when it's in use on different size screens, instead of just having the default ones.

    Ella Cullen

    0

  5. Dashboard queries, to the same dataset, should use a single query against the database (where possible)

    Queries against your database (especially warehouses like BigQuery and Snowflake) are expensive, and so, if a dashboard can perform a single query to get the data needed to populate multiple charts, this would significantly reduce the cost of a dashboard. Note: This is different to pre-aggregations, which load data pre-emptively and keep them refreshed. This is instead about requesting data from the database on-demand, but reducing the number of necessary queries to do so.

    Tom G

    0

  6. A Duplicate button on dashboard widgets

    Wouldn't it be amazing if there was a copy/clone button close to the Edit and Delete ones 🥺

    Nickolas L

    4

  7. End users can download dashboard as PNG/image

    Download an Embeddable as PNG/image

    Ella Cullen

    1

  8. "Filters" as a variable type

    We will be introducing "filters" as a variable type to dynamically apply dataset filters.

    Ella Cullen

    2

  9. Be able to create tabs in Embeddables

    It would be useful to be able to have tabbed Embeddables so that you don't need to create tabs within your own application, and you can use the same datasets / configurations across the tabbed Embeddables.

    Ella Cullen

    2

  10. API Key rotation

    It would be useful to be able to rotate API key for additional security.

    Ella Cullen

    0

  11. Add support for Cube's "segments" in Embeddable

    Docs: https://cube.dev/docs/reference/data-model/segments

    Tom G

    0

  12. Support Filter match strings against Regular Expressions

    Regular Expressions are powerful and flexible, there are situations where the built-ins "Start With" and "Ends With" can't cover. It would also be a nice compromise for some cases until nested OR/AND are supported.

    Jean R

    0

  13. End users can download Embeddables as PDF

    End users can download their dashboard as a PDF

    Ella Cullen

    1

  14. Support for different timezones

    Currently Embeddable uses UTC by default (e.g. when aggregating results by day / week / etc.). We plan to support supplying a timezone, per dashboard session, so each user can see the results in the timezone that makes sense for them. This will also involve making the caching layer timezone-aware.

    Tom G

    1

  15. API to programmatically configure an Embeddable dashboard

    Something to ease a component prop migration, or to create a template in case we go into the hundreds of dashboards. E.g. a basic import/export JSON endpoint to configure an Embeddable

    Tom G

    2