-
Add a vertical line on the chart between actual and forecast dates
I have a chart with x-axis = dates and y-axis= sales. Want to add a line between actual date and forecast date to show the left part belongs to actuals and the right part belongs to the forecast. Additionally, if I can label the left space as actuals and right space as forecast that would be great. Any suggestions?
-
Why does my Beast Mode concatenation fail when individual elements work?
Hello. I have a Beast Mode calculation with the following general structure: CONCAT( DATE_FORMAT((CURRENT_DATE() - INTERVAL 1 DAY),'%a'), ': ', COUNT(CASE WHEN (DATE(`Opened At`) = (CURRENT_DATE() - INTERVAL 1 DAY)) THEN `Opened At` END) ) Note that there are just two calculations there. The full version has many more, but…
-
Variables no longer carrying over datasets/cards
I used to be able to create a variable, and it would be available across all datasets and cards. I've recently noticed that variables no longer behave this way in our instance, and if I create a variable on one card, it doesn't even carry over to other cards in the same dataset. Is anyone else experiencing this behavior?
-
Multi-Value card - More than 2 colours
Is it possible, for the 'Multi-value' card to have more than 2 colours. I use this card extensively for metrics. Without the option for more colour coding it looses its effectiveness. Currently, the colour options are only for positive change or negative changes.
-
Can one emailed report include two different cards?
I have two cards with different focuses that I want to turn into weekly scheduled email reports. I'd like to have both of those cards included in the same single email because the info makes sense together and I want to limit the amount of emails people are getting. Is there a way to include both of those cards in a single…
-
Random 1,000 Multiplier???
Hi Community, In the bar view, the percentage displays correctly: But when I switch to the "Table" view, they are all suddenly in thousands: Why is the Table different than the bar chart? Is this a bug? Feels buggy…. 🪲🪲🪲
-
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,…
-
Card - Notebook - Summary Number
I use the Notebook "Summary Number" function for a commentary. It only allows values it would be great if 'text' was also an option.
-
Report Recipient List
My primary use case for scheduled reports and the report builder is for external clients. In many cases, I have distribution lists of 100 or more recipients who all need to receive the same report. Currently, recipients must be added one email at a time, which is very time-consuming and inefficient. I would like the…
-
Filled Gauge - More Options for the Hover Text
The only option available for the hover text is to either : show full value or hide value. It would be great if the Hover Text could have more options. Such as the variance as a value and/or %, as well as to abbreviate or not.
-
Add Previous options to Date Selector Card Presets
Apologies if already submitted elsewhere but can the 'Previous' options be added to the Date Selector card as this are widely used but 'Last' is the only current options which does not behave the same.
-
How to call Code Engine functions from a Pro Code Editor asset?
Hi everyone, I understand that it’s possible to call functions created in Code Engine from an asset in the Pro Code Editor, but I haven’t been able to find any documentation that explains how to do this explicitly. If anyone knows where this is documented — or could share an example of how to set it up — it would be…
-
Can Workflows interact with Domo Projects and Tasks?
Would like to automatically create a task in Projects & Tasks based on someone completing a form (vs. me seeing the update to the form and then manually creating a task). Or more generally, what is the ability to interact with Projects via. Workflows? Thanks!
-
Business days only gets 72 hours not 96 as it should for 2 weekends 1,7 twice
Case when Days Calculation_Trouble3 = 'Business Days' then SUM(ROUND(DATEDIFF(End Date2, Start Date2) * 0.7142164 + CASE WHEN WEEKDAY(End Date2) IN (1, 7) THEN 1 ELSE 0 END * 0.5004537 + CASE WHEN WEEKDAY(Start Date2) IN (1, 7) THEN 1 ELSE 0 END * -0.2910912 + 0.4646935,-0.2910912 + 0.4646935)) / COUNT(DISTINCT LocateID)…
-
The dataset appears empty after execution in Workbench
I'm experiencing strange behavior in Domo Workbench: The job runs successfully, without errors. In the Workbench log, it usually shows something like: "Finished processing 2239 rows with 8 columns." However, in some runs, it shows: "Finished processing rows with 8 columns." In the DataSet history in Domo, the execution…
-
New column for Locked and Unlocked Cards/Pages that can be filtered
When we navigate to Admin--> Pages or Cards Tab we want new colum to be added that can allow us to filter based on locked or unlocked. Currently this can be viewd and vaialble as an icon next to Card or page name. But we want it to be available in seperate column which can be filtered.
-
Federated OAuth Account Creation - Mandate Role & Warehouse
Hi, Kindly make it manadate to update role & Warehouse while creating Federated OAuth Account Creation. Thank You. Best Regards, Tejal
-
Limit on Overview Page
Hello, When user created sample cards they are saved in the overview page. But when they open overview page all cards saved starts triggering multile queries to snowflake which is contributing to lots of query consuption at snowflake. Hence we need some limit on no of cards saved on overview page or limit data refresh for…
-
How can I get my navigation back when working in a Magic ETL?
Currently, when I am working in an ETL, the only way for me to return to the rest of Domo is to either run the ETL or open a new browser tab. Do I need to adjust my settings? I am tired of continually exiting. This is all I see when inside of an ETL. Domo to use Domo.
-
AI-Driven Data Insights & Storytelling in Domo
If Domo could provide an AI-driven insights feature that explains why metrics are changing, not just what is changing, it would add significant value to data analysis and decision-making. For example, if CPC is trending higher than expected, AI could analyze current and historical data to identify contributing factors such…
-
Make Dynamic Date/Time Functions Respond to the Company Time Zone
The dynamic date and time functions—such as CURRENT_DATE() and NOW()—are represented in UTC, regardless of the Company Time Zone in your Admin Settings. This creates a problem during the hours of the day when the UTC date and your company time zone's dates are unaligned. For instance, say you have a Beast Mode that uses…
-
January 2026 Domo Customer Feature Release-Preview
Continuing a practice we started for last November's customer feature release and sharing an early preview of the features coming to your Domo instance in a couple weeks. Subject to final testing and system monitoring, but we expect these to be in your hands by the end of the month.
-
Allow for Azure DevOps Connector to run report "Work Items" as Replace
We're using the Azure DevOps connector for the "Work Items" report. Since this report for this connector can only update as "merge", it doesn't detect records that have been hard-deleted. There is also a report for "Work Items Deleted" that retrieves deleted work items from Recycle Bin. We tried to use this, but found that…
-
Trigger a workflow only when ALL the input datasets I selected have been updated
Most of our Magic ETL and Jupyter notebooks workflows require a trigger that triggers only when ALL the input datasets I selected have been updated. We update input datasets from Workbench. Larger datasets take longer to update than smaller ones. The Magic ETL must run only when all the input datasets are up to date, and…
-
App Theme Repository / Library
Would be really cool to have a community area to share app themes, if this was accessible directly via the app studio even better!
-
Missing authentication events in Activity Log for Domo Platform API (api.domo.com)
I would like authentication events for the Domo Platform API (api.domo.com) to be captured in the DomoStats Activity Log where both the Client ID and the User the Client ID belongs to are captured. When clients authenticate via the Domo Platform API and exchange the Client ID and Secret for a Session Token, this…
-
Domo Community Declining - Oliver to Blame?
Hi my fellow Domo Sapiens, I've noticed a drastic drop in community activity now that the chat agent, Oliver, is present on the landing page and able to help answer questions. "Softball" questions (easy ones that I could answer) are less common now that Oliver handles the easy ones. While I do appreciate the efficiency of…
-
Allow Window Functions in MagicETL Formula Tile
It would be helpful to be able to write MagicETL formulas using window functions, similar to in beast mode. While the Rank & Window tile is often sufficient, there are some use cases where having this feature in the Formula tile would simplify the dataflow steps: Using a sum window function with unbounded rows This does…
-
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
-
Filter Out Incomplete Months
I'm having trouble with this line chart. I need the line for the current fiscal year to terminate on the last completed month of the fiscal year. I'd even be okay if it terminated at the end of the current month. As you can see in the screenshot, it graphs to 0. I'm not sure what the best way to do this is. I'm also…