Pivot Tables
A regular table widget shows one row per record. A pivot table (Table V2) lets you group, summarize, and restructure that same data on the fly — rolling many rows into subtotals by category, location, or any column you choose, without writing new SQL.
How it works
Pivot tables work off the same underlying query as a regular table — you're changing how the results are grouped and displayed, not the data behind them. Columns can be dragged into roles:
Row Groups — columns to group rows by (for example, location, then provider).
Column Labels — columns whose values become their own columns across the top (for example, one column per month).
Values — the numbers being summarized (sum, average, count, etc.) for each group.
You can freeze columns so they stay in view while scrolling a wide pivot, and rename columns from the same place you rename them on any table — Edit Widget → Column Settings.
Turning a table into a pivot table
Where this fits
See Edit Widgets for the rest of what's available in a widget's settings beyond pivoting.
See Change chart type if you're deciding between a pivot table and a chart for the same data.
Was this helpful?