-
Re: Connecting Domo to Azure Databricks?
If Databricks is a data layer but you don't have a Domo connector prebuilt you have three major options ODBC driver via Domo Workbench use transfer data via APIs (use your favorite orchestration tool…1 -
Re: Percent of total by month in Pivot table
@AJ2020 you need window functions enabled in analyzer! Talk to your CSM. grand total sum(sum(amount)) over () to add subtotals by items sum(sum(amount)) over (partition by item) % of total would just…1 -
Re: Beast Mode Calculations missing on subscriber instance
support is best equipped to confirm and fix bugs. The Dojo community can give how-to / hacks and workaround, but we can't fix product! Good luck!1 -
Re: How to use a user selected date parameter in a calculated field?
@Theodore_Mwangi , @GrantSmith 's method will work. I wouldn't do it in Magic though, I'd probably use a Webform JOINED to the FACT table ON a constant 1 = 1 in a Fusion or DatasetView, this way you …1 -
Re: Moving Jupyter Notebook Graphs to Domo
you would have to export from Jupyer dataset with those categories and values then build the card in analyzer. https://knowledge.domo.com/Connect/Connecting_to_Data_Using_Other_Methods/Jupyter_Worksp…1