Best Of
Re: Taking an average of the dataset an comparing
Thanks John! This was extremely helpful and insightful! I have enjoyed consuming your content. Best of Luck!
damen
Re: Domo Connections 2026: What do you hope to see?
Thanks for your feedback, Devon! Very insightful. Can't wait for you to experience your first Connections event this year! It's basically Domopalooza on wheels.
Re: Domo Connections 2026: What do you hope to see?
I think you guys do a great job every year putting together interesting content. I would like to suggest that you make one of the tour stops be in Florida this year. Lots of great options here!
Re: Add a Sorting setting to HTML cards
Since both @BenSchein and @ckwright commented here, I thought it would be worthwhile to point out that this is a near-duplicate of an idea that already has 60 votes from 2024, with active comments as recent as this month (and marked "In Review" since 2024… I'm not sure King James Bible had as lengthy a review process…):
And this idea from 2026 is also very similar:
My read is that people don't really care that much about the HTML table, they just want the ability to apply dynamic color rules (as you can in an HTML table). Related to that, there are many more ideas:
18 votes in 2025:
24 votes in 2024 (and "In Review"):
23 votes in 2024
9 votes in 2024
9 votes in 2024 (and "In the Backlog", so I'm sure it's coming any day):
4 votes in 2023
5 votes in 2022
9 votes in 2022 (and "In Review" since 2024)
Re: Add a Sorting setting to HTML cards
Here's another idea I missed with 12 votes from 2023. It's been in the backlog since 2024 with a note that, "We are looking at enhancing color rules to handle cases like this."
I think the most Domo-esque way to do this would be in the Pivot Table card, in addition to Rows/Columns/Values, add an option for a "Series" or "Color" that could be used to apply color rules by cell.
In addition to the ideas I linked above, there are many questions related to how to do this, probably because it seems like it should be possible.
October 2025:
July 2025:
May 2025 (shoutout @Data_Devon)
Aug 2024:
April 2024:
December 2023:
July 2020:
April 2020:
June 2018:
Release Notes: Knowledge Base Updates (v2.10.0)
Hello everyone!
We're excited to announce that version 2.10.0 of the Domo Documentation Hub is now available! This release brings expanded MCP connection guides, a new beta article on user impersonation, several new connector docs, and an important accuracy fix for the Databricks change-detection documentation. You can view these changes in our knowledge base at www.domo.com/docs.
🌟 What's New
🤖 Domo Essentials MCP: Expanded Connection Guides
The MCP documentation received a significant overhaul. The original single-page guide has been refactored into a focused hub that routes readers to dedicated articles based on how they want to connect. Two new how-to articles cover the two supported connection methods — standard OAuth and manual configuration — and two new reference articles clarify the distinction between agent knowledge types and between tools and skills. Read the updated Connect AI Tools to Domo Using MCP hub, or jump directly to connecting with Standard OAuth, connecting manually, agent knowledge vs. tool knowledge, or agent tools vs. agent skills.
🔌 New and Updated Connector Documentation
Three new connector articles are now live:
- Microsoft SharePoint — A step-by-step guide for connecting SharePoint documents to Domo using the SharePoint Online REST Enterprise OAuth connector. Learn more about connecting documents to Domo using Microsoft SharePoint.
- Cursor Administration — Documentation for importing team administration data (members, audit logs, usage, and costs) from Cursor into Domo. See the new Cursor Administration Connector article.
- Knack — Documentation for importing objects, field definitions, and records from Knack applications into a single Domo DataSet. See the new Knack Connector article.
Several existing connector articles also received reports table additions and minor field updates, including SurveyMonkey Advanced, ZiftOne, SAP Ariba, and multiple Microsoft SharePoint Online REST connector variants.
🔧 Databricks Change Detection: Accuracy Fix
The Domo on Databricks article contained an inaccurate description of how Domo detects DataSet updates. The article previously referenced a LAST_ALTERED timestamp; it now correctly describes the lastModified field returned by Databricks's DESCRIBE DETAIL command. A new FAQ note also clarifies that this check applies to tables only — Databricks views do not support it, so any DataFlow using a Databricks view is triggered on every freshness check cycle regardless of whether the underlying data changed. See the updated Domo on Databricks article.
🙏 Thank You
A heartfelt thank you to everyone who helped make this release possible. Your attention to accuracy and coverage makes the docs better for everyone.
If you have questions or feedback, please reach out — we're always happy to help!
Re: beastmode versus ETL formula - same formula, different result
In the BeastMode, when the value rounds to a whole number, it is passing that whole number (7) to the CONCAT with ".00" to get "7.00". The ETL is maintaining that decimal (7.0), probably because of how it deals with the 'float' data type, so it gets "7.0.00".
For both, I might try a different approach to get to the nearest quarter-hour that preserves the numeric data type.
Steps:
- Find time difference in decimal hours
- Multiply time diff by four
- Round to the ones place (no decimals)
- Divide by four.
- Round to the hundredths place (two decimals).
Example Calculation:
- 7:23 AM - 3:03 AM = 4.33 hours
- 4.33 * 4 = 17.32
- 17
- 17/4 = 4.25
- 4.25
Formula:
I haven't tested this, but I think this would work:
ROUND( ROUND( UNIX_TIMESTAMP(`TimeStamp_1`)-UNIX_TIMESTAMP(`TimeStamp_2`))/3600 * 4 ,0) / 4, 2)
Re: New Microlearning Video Resource Available
This is a gold mine, @zcameron! Thank you for sharing. Love to know what suggestions people add here for next videos!
Re: Is the SQL Tile in Magic Broken?
Okay, thanks for that info. I have someone looking at it now.



