-
Pivot table values on row or column
I didn't see any posts about this in the Analyzer Ideas section, so if there is already a post out there, I will upvote that if someone can send me the link. Anyway, pivot tables should have the same functionality as Excel where you can move the values to either rows or columns. The current solution is to create yet…
-
Filtering on missing / null values is awful - improve it!
TLDR: If a column contains a null value, there is no way built into the UI to filter to select null values only. Additionally, if you happen to choose "NOT IN" as your filter type and select a value, NULL values will additionally be excluded even if not requested. I understand that there is a workaround using beastmodes,…
-
Pivot table enhancements
I would like for the ability to choose whether Pivot Tables expand/retract vertically rather than horizontally. Right now, each level is stored in it's own column. This often takes up a ton of unnecessary screen real estate. I'm envisioning something more like this… VS how pivot tables currently function
-
Data Models Beta: Unable to filter by Date
I'm very excited about the data models beta feature as this is one of the main limitations of Domo compared to other business intelligence tools. In using this feature, I'm encountering an error whenever I try to filter by a date-type field in analyzer. The message is: An issue has occurred during processing. We are unable…
-
Custom Tooltips chart in Domo
Hi Team, It would be really helpful if Domo supported custom / configurable tooltips in Analyzer. Currently, tooltips are static and limited to default field values. There’s no way to: Add tooltip page & display the secondary visual on-hover. Show variance, % contribution, or comparisons Use conditional or dynamic logic In…
-
Allow Inverse Scale Marker Ranges in Line Charts
Currently the “Range” scale markers available in line chart types allow users to choose a fill color for Y-axis values within a selected range. It would be helpful to choose upper and lower range colors as well. For example if a metric has an acceptible value range, I'd like to shade anything above the upper limit as red…
-
Fixing Analyzer X axis
Domo, it's time to make your X axis smarter. Please, if the x axis variable is a date, by default use the time scale. If the x axis variable is a number, by default, we need to be sorting ascending numeric order, and if the x axis is a categorical variable, it can be left alone. And for the love of all that is right and…
-
Incorrect total when the field used is a beast mode using a case statement
I have the below beast mode that is created using fields that are all fixed by their various dimensions. `Expected Cost` CASE WHEN SUM(Revised Estimate (fixed by Estimate)) = 0 AND SUM(Cost to Date (fixed by GL)) <> 0 THEN SUM(Cost to Date (fixed by GL)) WHEN SUM(Cost to Date (fixed by GL)) > SUM(Revised Estimate (fixed by…
-
Pivot Table - add ability to group columns by values and then dates
In an excel pivot table that includes multiple value fields with a date field as the columns, you can move the "values" field above the "Date" cell in the columns section to group the columns first by metric, and then by date. In Domo, adding two metrics to the "values" section only allows for plotting by date with each…
-
Unable to sort the order of bars in bar and line chart
I created a bar and line chart with Academic Year as the category. I want the bars to be displayed in chronological order, with the oldest years first and the most recent years last. However, I’m unable to reverse the order of the bars only.
-
Group Stacked bar chart
Hi, I want to create a group stacked bar chart something similar to the image below. I want to use Month along the X-axis. The group would be "New users" and "Existing users" and then the stack would be "US" and "Non-US'. Is it possible to do with the existing Domo charts? Thanks.
-
Color Rules for Chart Text
Would be super cool if we could have color rules for the data labels on charts.
-
Card Title and Description Text Formatting Options
Currently there are no options to format Cart Title and Description text. Potential use-cases for text formatting include: (1) to call attention to Smart Text values (2) to use title text as chart color legends (ex. see the "1. integrated text" example on this page:https://www.flerlagetwins.com/2019/06/legends.html)…
-
Allow Text Size to be affected by Color Rules in Table Cards
As a financial analyst, I want to control the text size of specific rows in Domo table cards using color rules, so that I can visually emphasize key metrics like "NET INCOME" or "GROSS PROFIT" for executive-level reporting. Context & Problem: Domo currently lacks the ability to customize the font size of individual rows in…
-
Add Text Alignment Controls to Card Elements (Title, Description, Summary Number)
As a dashboard designer using App Studio, I want to be able to center or right-justify the Title, Description, and Summary Number elements, so that I can better align the visual presentation of data with my design preferences and layout requirements. In the example below, I received a request to center the Title and…
-
More Efficient YoY Actual to Budget View
Hi Domo Sapiens, Currently, we have a year over year graph that has current year budget also in the series: The bar graphs are each year's actual values, and the line is the current year's budget value. I hard-coded each series with a beastmode, as such: CASE WHEN YEAR(Date) = '2025' AND Actual or Budget = 'Actual' THEN…
-
Option for Viewers to Choose a Different Series
A limitation I often run up against in data viz is that I have to make two charts to be able to show the same data but with differing series. For example, I mostly display education data and people often want to compare outcomes across schools OR student group. This means I have one graph with a student group filter and a…
-
Heatmap Functionality - Domo Disappointment :(
Hi team, This might be the first time that Domo couldn't do something that I was after. I need a Pivot Table that has heatmap color formatting, and I need each row to be formatted independently of other rows. I can't find anything - hoping you guys have an idea. Here's my Pivot Table: I want each row to be colored…
-
Period Over Period Charts
Period over Period cards are pretty limited; there's no Period Over Period Table and the graphs don't allow for a series. This forces users to have to either solve for it in their ETL's or write complicated beast modes. Often times going this route forces you to have to not allow date filtering on cards which further…