Example Metrics
Examples of common metrics
Description
Data in dashboards can be augmented with metrics. Each dataset will contain a section for Metrics. Metrics can be written and modified with PostgreSQL-flavored SQL.
Navigating to a dataset
In order to view and edit metrics and calculated expressions, perform the following steps:
- Sign into plaidcloud.com and navigate to dashboards
- From within visualize.plaidcloud.com, navigate to Data > Datasets
- Search for a dataset to view or modify
- Modify the dataset by hovering over the
edit
button beneathActions
Examples
Calculated columns are typically additional columns made by combining logic and existing columns.
convert a date to text
to_char("week_ending_sol_del_req", 'YYYY-mm-dd')
Last modified July 08, 2022 at 2:27 PM EST: dashboard docs update (009ed5c)