Explore Data
Open the data behind any visual in a spreadsheet-grade grid — then filter it, calculate over it, and chart it again.
Explore Data is the escape hatch from a finished visual back to the rows underneath it. It opens a live grid with sorting, filtering, spreadsheet formulas, and its own chart builder, without leaving the report or touching the visual's own configuration.
Opening It
- Right-click a chart or table and choose Explore Data. You can apply a filter first, and the exploration opens already scoped to it.
- Select cells in a table and choose Explore selected cells from the selection summary bar. Only the selection is carried in — and it still gets the full set of export, sort, filter, and statistics tools.
The window has two tabs: Data, the raw grid, and Visualize, a chart and pivot builder over it.
The Data Tab
Sorting
Click a header to sort, and click further headers to sort by several columns at once. Each column's … menu also offers Sort A→Z and Z→A, plus a way to clear all sorting.
Filtering
Each column's menu carries a full filter builder with these operators:
| Group | Operators |
|---|---|
| Equality | equals, not equals |
| Comparison | greater than, greater than or equal, less than, less than or equal |
| Text | contains, not contains, begins with, ends with |
| Emptiness | empty, not empty |
There is also an Excel-style Select mode — a checkbox value picker with a search box, which automatically groups date columns by year, month, and day. And each column has a quick "contains" search box for the common case.
Spreadsheet Formulas
Cells are editable, and typing = opens autocomplete across the full formula library — =SUM, =AVERAGE, and the rest.
Layout
- Reorder columns by dragging, and resize them manually.
- Row numbers down the left, with automatic column sizing.
- Right-click for the usual grid actions — cut, copy, paste, insert and remove rows or columns.
- Pagination with first, previous, and next controls, plus a live row and column count.
The Visualize Tab
Build a chart over whatever the Data tab currently holds.
| Control | Options |
|---|---|
| Chart type | Bar, Line (default), Scatter, Pie, Funnel, Table, Text, Histogram |
| X Axis | Any column; defaults to the row number |
| Y Axis | A column plus an aggregator: No aggregation, Avg, Count, Count Distinct, Max, Min, Sum |
| Sort | Default, Ascending, Descending |
| Pivot on | A column to split by — available for Table, Bar (stacked segments), and Line (one line per value) |
Everything rebuilds live as you change it.
The Histogram Type
Histogram answers a different question from the other types: not "what is the total per category" but "how are these values distributed". It buckets the raw Y Axis values into ranges and draws the count in each, with a normal-distribution curve fitted to the data's mean and spread laid over the top for comparison.
Because it works on raw values, Histogram takes only a Y Axis — there is no X Axis, sort, or pivot, and no aggregation. Set a Bin size to control the bucket width, or leave it blank and PersivX picks one from the spread of the data. The bin count is capped at 200.
The Text Type
Text renders a single-value summary card. It hides X Axis, Sort, and Pivot — there is no grouping, the whole result is reduced to one number — and it requires an aggregator, since a summary card without one has nothing to show.
Formatting
Charts here use the same number formatting as the report they came from, so a figure reads the same way in Explore Data as it does on the dashboard. Bar, line, scatter, pie, funnel, and histogram charts also offer Save as image.
Export
Export directly from the window as Excel (.xlsx) or CSV.
