๐ช Custom currency
Custom currency is now live. If your team uses custom currencies or units, such as Bitcoin (โฟ), you can now set custom formats per field through the GUI input or directly in AML code.

Keep track of the latest features, improvements, and fixes in Holistics.
Follow every release on LinkedIn ยท X ยท Product newsletter.
Custom currency is now live. If your team uses custom currencies or units, such as Bitcoin (โฟ), you can now set custom formats per field through the GUI input or directly in AML code.
File history gives every file - dashboards, models, datasets - its own version timeline. See every version of a file with who changed it, when, and why, then restore just that file to any past version without reverting anyone else's work.
Previously, rolling back a past version worked at the project level: restoring reverted the entire project, including teammates' unrelated changes since then. Now you can scope a rollback to a single file. You can also duplicate a past version into a new file to compare side by side, or jump to the full project history to see everything that changed together.
Learn more: File History & Restore
Custom charts now live in AML. With this update, you can define them as code, create them through a GUI, and preview against real data:
CustomChart block in a .chart.aml file. This lets you version-control your chart definitions in Git, validate their syntax, and protect them with dependency checks to prevent accidental deletion.โ ๏ธ Legacy (non-as-code) custom charts in Admin Settings remain accessible for viewing, editing, and deletion, but new charts must be defined in AML. To migrate, use the Copy as code option in Admin settings > Custom charts.
Learn more: Custom charts | AML syntax reference
Color palettes can now be assigned at the theme level. With this update, you can:
Learn more: AML theme reference
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
Chart Suggestions is now live in Explore. Select your fields and instantly get up to 3 chart recommendations tailored to your data โ apply any of them in one click, so you can stop thinking about chart setup and start thinking about your data.
This is part of a bigger push to make Explore faster for everyone. Auto-mapping already takes care of slot assignment. Chart Suggestions now tells you which chart to reach for. And we're not done yet โ next up: switch between chart types without losing your field configuration. Stay tuned.
Give it a spin and let us know if the suggestions are hitting the mark!
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
AI Chat Insights gives admins visibility into what the user was trying to accomplish, how the AI responded, and where gaps in context affected the quality of the answer.
Read more in Learn from Conversations.
Color Palettes are now as-code, meaning you can define and manage your palettes directly within your AML workspace. Now you can:
Define as code: Create palettes in palette.aml once and reference them anywhere, with full version control.
Set a workspace-level default: Mark a palette in settings.aml so charts automatically use it by default, unless overridden at the theme or visualization level.
(*) Legacy palettes remain usable and deletable, but they can no longer be edited. To update a legacy palette, recreate it in AML.
Learn more: Color palettes | AML syntax reference
Previously, KPI styling had to be set widget by widget and had limited styling options.
We're bringing KPI metric styling to the dashboard theme and supporting much richer styling options.
Style once, apply everywhere: Configure in the dashboard theme, and changes will be applied to every KPI across the dashboard. Learn how to style with dashboard theme.
More styling options: Customize alignment, label and value text, progress bars (text, indicator, track), and trend indicators per state (positive, negative, neutral). Learn how to customize your KPI metric.