Metabase v0.35.0-rc2 Release Notes

Release Date: 2020-03-25 // about 4 years ago
  • ๐Ÿš€ This is a preview release of the upcoming 0.35 update.

    Here are some highlights of what will be included in version 0.35:

    Filter expressions, string extracts, and more

    The custom question mode has gotten a bunch of new spreadsheet-like functions added to custom column and custom aggregation expressions, so you can now do things like case statements, concatenation, or sumif and countif.

    You can also now create filters with ORs in them by using the all new filter expressions:

    filter-expressions-640px

    Reference saved questions in your SQL queries

    You can now include the results of another saved question in your SQL queries using syntax like with Example as {{ #123 }} or select * from {{ #123}}, where #123 is the ID of the saved question. (Note that you can only include questions based on the same database as the one you've currently selected.)

    question-references-640px

    ๐ŸŽ Performance improvements

    We've reworked the way Metabase deals with the saved questions "database" that allows you to nest saved questions inside of new ones. The result is a much faster experience on many pages throughout Metabase.

    ๐Ÿš€ Get this preview release

    You can download the JAR here: https://downloads.metabase.com/v0.35.0-rc2/metabase.jar
    ๐Ÿณ The Docker image is here: metabase/metabase:v0.35.0-rc2