# Tablas Dinamicas

Arcwise admite pivotes en pestañas de datos. Para crear un pivote, siga los pasos a continuación.

1\) Navega hasta el [Datos Conectados de Arcwise](/espanol/usando-arcwise-en-google-sheets/datos-conectados-de-arcwise.md) pestaña en la que le gustaría hacer un pivote.

<figure><img src="/files/PI7OFwvs7YN62G8jF9rL" alt="" width="375"><figcaption></figcaption></figure>

2\) En el menú Agregar siguiente paso en la esquina inferior izquierda, seleccione Agregar transformación dinámica.

<figure><img src="/files/nP9tv4ttteRRVeIcDQNp" alt="" width="375"><figcaption></figcaption></figure>

3\) Agregue los filtros, columnas, filas y valores que desee en el pivote y obtenga una vista previa del resultado

<figure><img src="/files/SCkhxXslOMnCxfmDsCvv" alt=""><figcaption></figcaption></figure>

4\) Cuando el resultado parezca correcto, haga clic en el botón verde Conectar en la esquina inferior derecha.

## Fórmulas y agregaciones admitidas

De manera similar a las fórmulas a nivel de columna, para los pivotes admitimos un subconjunto de las funciones integradas de Hojas de cálculo y las expresiones aritméticas más comunes. También puede utilizar funciones SQL.

**Lista de funciones admitidas oficialmente**

* **Aggregation functions**
  * SUM
  * COUNT, COUNTUNIQUE
  * AVERAGE
  * MIN, MAX
  * MEDIAN, MODE
  * STDEV, STDEVP
  * VAR, VARP
  * CORREL
  * COVAR, COVARIANCE.P
* **Funciones matemáticas:** ACOS ASIN ATAN COS COT DEGREES EXP FLOOR LEFT LEN LN LOG LOG10 LOWER MOD PI POWER RADIANS REGEXEXTRACT RIGHT SIGN SIN SQRT TAN TRIM UPPER

**Ejemplos**

* Suponiendo que su tabla tiene columnas de costo y cantidad, la fórmula `SUM(cost) / SUM(quantity)`daría como resultado el costo promedio por artículo.
* O si tienes una tabla de pedidos con precio y cantidad,`AVERAGE(price * quantity)` le daría el tamaño promedio de los pedidos.


---

# 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://docs.arcwise.app/espanol/usando-arcwise-en-google-sheets/tablas-dinamicas.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.
