# Asana: Daily Metrics

## Description

* Table of task metrics per each day

## Supported Data Sources

* <img src="https://fivetran.com/integrations/asana/resources/asana.svg" alt="" data-size="line"> Asana

## Columns

| Type     | Name                              | Description                                                                    |
| -------- | --------------------------------- | ------------------------------------------------------------------------------ |
| DATETIME | date\_day                         | Unique day for which metrics are calculated.                                   |
| INTEGER  | number\_of\_tasks\_open           | The number of tasks open at that point in time                                 |
| INTEGER  | number\_of\_tasks\_open\_assigned | The number of tasks that are open on that day and have been assigned           |
| INTEGER  | number\_of\_tasks\_created        | The number of tasks created on that day                                        |
| INTEGER  | number\_of\_tasks\_completed      | The number of tasks completed on that day                                      |
| INTEGER  | avg\_days\_open                   | The average time that all tasks open on this day have spent open.              |
| INTEGER  | avg\_days\_open\_assigned         | The average time that all tasks open on this day have spent open and assigned. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/asana-daily-metrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
