Skip to main content

Release - December 19, 2022

· One min read

✨ New ✨

Query metrics in the CLI without dimensions

Details

Previously when querying metrics in Transform's Command Line, we required a dimension argument. In many cases, it is useful to aggregate a metric over time without explicitly grouping by a dimension, and the CLI interface now allows you to do this.

For example, you can run:

mql query --metrics revenue

This query will aggregate revenue over all time. You can optionally pass in a time constraint which will aggregate over just the time period you specified.

Export Board as a PDF report

Details

You can now download a PDF report of your Board or Filtered View to share with others by clicking the download icon in the top right-hand corner of your Board or Filtered View page.