Skip to main content

20 posts tagged with "enhancement"

View All Tags

๐Ÿ›ก๏ธ Prevent invalid metric breakdowns in multi-fact schemas

In complex data models, users can create metric breakdowns that are technically valid but analytically wrong.

These queries run successfully and return plausible numbers, but the results are meaningless. This silent failure undermines trust and hurts self-service.

Now you can control which dimensions can be used with each metric using the filter_direction property on relationships.

Why this mattersโ€‹

  • Prevents silent data correctness issues before they reach end users
  • Turns semantic correctness into a default behavior, not a best practice
  • Keeps self-service powerful and safe, even in multi-fact (galaxy) schemas
  • Reduces the need for manual user education or tribal knowledge

๐Ÿ“š Learn moreโ€‹

๐Ÿ“† Faster date range selection: presets and typed shorthands

App dark mode

Selecting a date range previously meant either navigating the calendar manually or knowing the exact phrase to type โ€” there was no quick path for common choices.

The date picker now has a quick preset panel for one-click access to common ranges (Today, Yesterday, Last 7 days, Last 30 days, Month to date, Year to date). If you prefer typing, shorter shorthands now work too: ytd, mtd, and wtd. Existing long-form phrases continue to work โ€” this is fully additive.

Learn more: Relative dates

๐Ÿ—„๏ธ Reusable Library in Reporting Dashboard Editor

Demonstration of browsing and inserting a shared component from the Reusable Library in Reporting.

Browse and insert reusable components directly in the Reporting dashboard editor - no need to switch to Development.

Previously, inserting library components required switching to Development, which added friction and blocked Explorers entirely. Now you can insert existing components right where you work - components built by one teammate are instantly available to everyone.

Learn more: Reusable components

๐ŸŽจ KPI metric styling in dashboard theme

Previously, KPI styling had to be set widget by widget and had limited styling options.

๐ŸŒŸ What's newโ€‹

We're bringing KPI metric styling to the dashboard theme and supporting much richer styling options.

โœจ Explore is getting a glow-up

The Explore interface has a new look and feel as part of our ongoing glow-up.

New chart selector - The chart picker now surfaces the most common chart types with a clearer icon set that makes it easier to distinguish between chart types at a glance. Less common charts are tucked behind a "more" option to keep the interface clean.

Configure button - The viz settings panel now opens and closes via a Configure button in the toolbar area.

Toolbar - The toolbar is where you can perform most Explore actions: ask AI, break down your data, drill by time, and more - all without opening the viz panel.

Run button in the toolbar - The Run button has a new home in the top-right toolbar alongside Analyze and Ask AI. This is the first step toward a workflow where you can control charts entirely from the field list and toolbar, without needing to open the viz panel.

Learn more: Explore is getting a glow-up

โœ… Select all fields in a model

Select all fields in a model is now available in the field picker in Holistics.

Previously, selecting every field in a model meant checking each one individually โ€” tedious for large models and a common friction point when exploring a dataset for the first time. Now you can select or deselect all fields in a model with a single click.

A checkbox appears next to each model name in the field picker. Clicking it selects all fields in that model. Click again to deselect.

The same behavior extends to folders and sub-folders, so you can bulk-select all fields within those groups at once.

The checkbox is available for Table visualization only.

๐Ÿค– AI that Asks Back

AI that Asks Back makes the Ask AI experience more interactive and conversational.

Instead of ending after a single response, Ask AI can now guide the conversation forward by suggesting relevant next prompts and asking clarifying questions when needed. This makes it easier to refine your query, explore follow-up questions, and get better answers faster.

What's new:

  • Suggested next prompts help you continue the conversation with one click.
  • Clarifying questions help Ask AI better understand your intent before answering.
  • A smoother workflow means less typing and less copy-pasting.

๐Ÿ”— Connect GitHub at the org level with the Holistics GitHub App

GitHub App integration is now available in Holistics. You can connect external Git repositories at the organization level through a single OAuth install, replacing the per-person Deploy Key (SSH) and Personal Access Token (HTTPS) setup.

What's new:

  • One-click connect: install the Holistics GitHub App on your GitHub org, pick the repos you want, and both git sync and PR Workflow are enabled in one step. No SSH keys to upload, no PATs to copy.
  • Org-level auth: the connection belongs to your GitHub organization, not to any one person's account. Team changes won't break the integration.
  • HTTPS only, no SSH required: works for orgs that prohibit org-wide SSH.
  • Centralized control: permissions, repo access, and revocation are managed from your GitHub org settings, with a full audit log.

Deploy Key and Personal Access Token remain available as fallbacks for non-GitHub providers and for orgs that prefer them.

Learn moreโ€‹

๐Ÿ”ข Auto-abbreviate numbers (K/M/B)

Auto-abbreviation is available for Number (Normal and Currency) fields. Holistics helps you pick the right unit (K, M, or B) based on the value's magnitude - no more 0.00M or 1,000K.

What's newโ€‹

A new Auto option is in the abbreviation picker alongside None / K / M / B. After configured, the system picks the abbreviated unit based on each value's magnitude:

  • Under 1,000: shown as-is (e.g., 800)
  • 1K - 999K: abbreviated as K (e.g., 250K)
  • 1M - 999M: abbreviated as M (e.g., 12M)
  • 1B+: abbreviated as B (e.g., 1.2B)

Learn moreโ€‹

๐Ÿ“ค Export Widget Now Reflects Ad-hoc Interactions

Export captures ad-hoc filters, drill-downs, and breakdown changes

Widget exports now reflect ad-hoc interactions you've applied on screen - so what you export is exactly what you see.

Previously, exporting a chart after applying ad-hoc changes would revert to the original unmodified data. To get an accurate export, users had to switch to Explore mode and manually reapply every interaction. Now the export captures the current on-screen state directly - no workaround needed.

This applies to all supported ad-hoc interactions on the widget:

  • Block-level filters
  • Date Drill
  • Breakdown dimension changes

Both data exports (CSV/Excel) and image exports (PNG/JPEG/SVG/PDF) are covered. No UI changes - same export action, correct output.