Omni Analytics
Omni AnalyticsReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
56 reviews
from
External reviews are not included in the AWS star rating for the product.
A compelling new entrant for technical and non-technical users
What do you like best about the product?
For non-technical users, soft landing after using Looker for many years; for technical users, the deep integration with Snowflake and dbt. Support has been A+ with quick responses from knowledgeable individuals.
What do you dislike about the product?
Bit of a lag in documentation; new features are released often and there's a delay in explicit instruction on how to customize. Can be confusing because the demo and changelog provide some help so we spin our wheels fact finding.
What problems is the product solving and how is that benefiting you?
We have three main reporting problems: implementing AI that works directly with our semantic layer, an improved visualization experience for end users and support to reduce resolution times for our small team of BI Engineers.
Omni has been enormously helpful in delivering AI that leverages the documentation we are already consolidating within dbt; the baseline experience is much improved by our normal operations. On visualization, end users enjoy the breadth of options, the ease of customization through drag and drop and particularly the chart types (KPI, Trellis) that generate multiple graphics to tell a compelling story. Support, currently provided to us via a Slack channel, has been a game changer: all conversation on Omni is directed to the channel and requests external to that have been limited to administrative asks (access requests, groups, etc).
Omni has been enormously helpful in delivering AI that leverages the documentation we are already consolidating within dbt; the baseline experience is much improved by our normal operations. On visualization, end users enjoy the breadth of options, the ease of customization through drag and drop and particularly the chart types (KPI, Trellis) that generate multiple graphics to tell a compelling story. Support, currently provided to us via a Slack channel, has been a game changer: all conversation on Omni is directed to the channel and requests external to that have been limited to administrative asks (access requests, groups, etc).
An excellent, ever-evolving BI tool
What do you like best about the product?
The best thing about Omni is how flexible and versatile it is, both in terms of visualizations/ways of interacting with the data, as well as how it allows you to manage things in the backend to make the end-user experience as smooth as possible. I think they've nailed the approach of different logical layers and found the right balance between needing to declare everything explicitly vs. sensible defaults to get you up and running ASAP. The cherry on top is the excellent team behind the product, and the speed at which they ship new features and updates.
What do you dislike about the product?
Honestly there isn't much to dislike. I occasionally wish their documentation was a bit more thorough/up-to-date, although given the pace at which they release new features this is somewhat inevitable.
What problems is the product solving and how is that benefiting you?
We use Omni for all internal analytics, supporting the entire organisation (both Product and Go-To-Market) with their reporting needs. It's also been very successful in enabling non-technical stakeholders to self-serve data to a good extent.
Omni: Easy to use, powerful analytics, an upgrade from Looker in every way
What do you like best about the product?
For users of Looker, picking up Omni is an easy process, and our business users have also found Omni to be intuitive and powerful. Omni's visualization options are powerful, and they are constantly adding new features. It's a 100% upgrade from Looker. The Omni team is also easy to work with, easy to reach, and extremely helpful.
What do you dislike about the product?
As with any great BI tool, there is a learning curve to using Omni, but Omni's is the shortest I've experienced among modern BI tools.
What problems is the product solving and how is that benefiting you?
Omni is our single source of truth for business KPIs, descriptive dashboards, and insights about the operation and success of our business. Omni makes data easy to access and easy to interpret for our business stakeholders.
Amazing experience both with product and support
What do you like best about the product?
Omni gives us the very sweet spot between providing good Governance for the data team to maintain some order within metrics, but also enough flexibility to allow ad hoc versions for users. Their team is also always working very hard to provide us with new features and great support. We had a very smooth implementation, we used to work with Looker and we were able to full transition within 2 months.
What do you dislike about the product?
While they have lots of very cool features, some minor details are a bit "annoying" (but not deal breakers), like not providing contrast colors for graph labels, some important features being a bit "hidden", like filtered measures, etc.These are all small details, nothing major.
What problems is the product solving and how is that benefiting you?
Provide our users with high quality data so they can independently build their own reports and take good decisions based on data. Implement governance of metrics and adata across the company, making data in Omni the source of truth.
The best BI tool I've used in ~10 years in data
What do you like best about the product?
Design philosophy: Omni pitch themselves as the balance between flexible BI (think notebook-style BI tools like Power BI, Metabase, Tableau) and governance (think semantic layer based BI tools like Looker), and they've absolutely nailed it. Tables in BigQuery are automatically reflected in Omni's "schema" layer, governance is then through a "shared" layer (yml defined joins, measures, custom columns), but the real differentiator is their "workbook" model - each dashboard in Omni acts as a git branch based off the "shared" model. This allows you to have reusable measures / joins / custom columns etc. defined just inside a dashboard, without editing the company-wide "shared" model (but it's easy to promote changes if you want). It's a really nice balance of shared definitions across the company, but with necessary flexibility on top.
Features: To call out a few - Excel-style calculations on table results, filtered measures (a UI based approach to doing things like "SUM(IF(column="x", y, NULL))" without having to write SQL - much faster and far safer), and generally the overall speed due to their caching / using duckDB. They've also launched spreadsheets that can be powered by multiple workbook queries - which cuts out a lot of copy/pasting into Google Sheets.
Team: Tons of experience in the BI space which shows in the product - and frequent product updates with quality of life improvements, plus they've been excellent to work with over the past ~1.5 years with any questions or requests that we've had.
Features: To call out a few - Excel-style calculations on table results, filtered measures (a UI based approach to doing things like "SUM(IF(column="x", y, NULL))" without having to write SQL - much faster and far safer), and generally the overall speed due to their caching / using duckDB. They've also launched spreadsheets that can be powered by multiple workbook queries - which cuts out a lot of copy/pasting into Google Sheets.
Team: Tons of experience in the BI space which shows in the product - and frequent product updates with quality of life improvements, plus they've been excellent to work with over the past ~1.5 years with any questions or requests that we've had.
What do you dislike about the product?
Some initial rough edges: We were a fairly early customer of theirs so there were naturally going to be features not yet in the product, and UI nits / occasional bugs we came across - but they've been very consistent in shipping updates.
Charting: Most of their charts use Vega-lite, so if you want to customise them further than you can in the UI it involves digging through JSON with some trial & error to get it right. You can also build an incredibly broad range of visualisations using their markdown visualisations (e.g. a table of embedded Gong calls, or a kanban board for Sales opportunities) - but this is quite fiddly to set up. Their native visualisations like their KPI tiles feel really polished, so I'd love at some point for all of their chart types to be similar. This isn't a frequent blocker for us - more a quality of life improvement.
Charting: Most of their charts use Vega-lite, so if you want to customise them further than you can in the UI it involves digging through JSON with some trial & error to get it right. You can also build an incredibly broad range of visualisations using their markdown visualisations (e.g. a table of embedded Gong calls, or a kanban board for Sales opportunities) - but this is quite fiddly to set up. Their native visualisations like their KPI tiles feel really polished, so I'd love at some point for all of their chart types to be similar. This isn't a frequent blocker for us - more a quality of life improvement.
What problems is the product solving and how is that benefiting you?
We use Omni for all of our internal BI & reporting across everything from monitoring product launches through to tracking customer health and giving Sales leadership visibility into pipeline.
Omni transformed analytics for our business!
What do you like best about the product?
Omni completely transformed our embedded analytics experience for our customers. I lead a small team of analysts, and in a matter of weeks, our team was able to leverage Omni to convert the analytics within our product from a legacy set of static charts into fast, interactive dashboards that feel native to our platform. Omni’s dbt integration let us efficiently manage our business logic, their flexible and expanding visualization tools give us a ton of optionality on how we represent our data, and their team is incredibly responsive and support and their team is incredibly responsive and supportive. I highly recommend Omni to any company that wants to turn analytics into a true competitive advantage.
What do you dislike about the product?
Omni is growing rapidly and the product is changing quickly as a result, but the team works in public and previews new and beta features in visible ways that let you get ready and excited (instead of blindsided by) the changes coming!
What problems is the product solving and how is that benefiting you?
Omni solved three big problems for us: slow time for development and bug fixes, inconsistent metrics that made it hard for customers to trust their data, and limited ability for customers to see and trust underlying data. Now, we can ship new analytics quickly, our customers trust and explore their data on their own, and our team can focus on better serving our customers instead of answering ad-hoc data requests.
Best Business Intelligence & Service
What do you like best about the product?
Omni is super quick to integrate into your existing workflows. We were able to replace our business intelligence tool in two months while keeping our same data foundations. Although Omni can be attached to any company, it is constantly releasing updates and adapting to the ever-evolving data landscape, which pushes and inspires everyone to innovate rapidly.
What do you dislike about the product?
Omni is one of the best BI tools out there. I don't have a downside right now.
What problems is the product solving and how is that benefiting you?
Omni is solving automated data and insights within our Advertising business. My role is to ultimately provide self-service reporting to the Advertising group, and Omni is the best partner I've found in order to do this.
Powerful analytics that actually gets used by the whole team
What do you like best about the product?
The standout feature is how approachable it makes complex data analysis. Unlike other BI tools where only data analysts can build meaningful reports, Omni lets our entire team explore data confidently. The modeling layer is incredibly intuitive - you define metrics once and everyone uses the same definitions, which eliminated our "which number is right?" debates. Performance is snappy even with large datasets, and the visualization options hit that sweet spot between powerful and not overwhelming.
The team is also very pleasant to work with and engaging. Often not the case in BI tools.
The team is also very pleasant to work with and engaging. Often not the case in BI tools.
What do you dislike about the product?
The learning curve for advanced features can be steep - while basic usage is intuitive, mastering the modeling layer and more complex joins takes time.
What problems is the product solving and how is that benefiting you?
We're making faster, better decisions. When anyone can quickly validate a hypothesis or spot a trend without waiting days for an analyst, the whole company moves faster. Our product launch cycles have shortened because we can measure impact in real-time and iterate quickly. That's the kind of competitive advantage that's hard to quantify but absolutely critical.
Fantastic tool and even better company
What do you like best about the product?
This is a next generation BI tool that my company chose after evaluating about a dozen BI options. We moved from Tableau to Omni in 3 months and the business absolutely loves it - to the point that within a month of launch we needed more licenses since it was so popular. The model/semantic layer allows these less technical users to create new analyses based on curated datasets and get people much closer to data. It has a nice visualization library, iFrame integration (Hex, Google docs, etc), and native Markdown, allowing for a lot of versatility. It sits right on top of the database, so there no extra refresh step, and the smart caching is actually smart. The dbt metadata flows seamlessly and has both SQL based and Excel based syntax to meet people where they are at. On top of the technical value, the people at Omni are fantastic and have responsive ongoing support.
What do you dislike about the product?
Understanding the modeling layer is a challenge at first. Bugs happen since they are constantly adding new features.
What problems is the product solving and how is that benefiting you?
A lean and robust analytics and reporting platform. With the iFrame and other integration capabilities, it serves as a one stop shop, which is ideal.
Best BI solution for self-serve analytics
What do you like best about the product?
We adopted Omni for the multiple ways for end users with different skills and backgrounds to access data (drag-and-drop, sql, spreadsheet-style formulas...), but we stay for the powerful modeling layer that also stays out of your way until you need it, and near-instant high quality support on Slack. Implementation was a breeze, and it is some of our most-used internal software, with a large majority of our company as DAUs.
What do you dislike about the product?
Dashboard product is very good, but some important features are still to be rolled out (though there are generally workarounds).
What problems is the product solving and how is that benefiting you?
It's our primary data exploration and business intelligence tool — enables a wide range of users at our company to explore and share data & reporting.
showing 1 - 10