Possible to graph a linear equation?

I wanted to graph this linear equation in domo
GoalVariance = (E_Rate)x + (N_Rate)y
Is this possible in Domo?
Answers
-
You'd need to generate a dataset with numbers between the min and max of your graph and then you could utilize variables within the page for the E_Rate and N_Rate Values to automatically update your graph. You can use the value from the dataset for both your x and y value.
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**1 -
Yes, it is possible to graph a linear equation in Domo.
GoalVariance = (E_Rate)x + (N_Rate)y
To graph this equation in Domo, you can use the "Line" chart type, which allows you to plot a line based on a mathematical equation. Here are the steps you can follow:
- Create a new "Line" chart in Domo.
- In the "Data" tab, select the data source that contains the values for E_Rate, N_Rate, and GoalVariance.
- In the "X-Axis" section, select the column that corresponds to x (typically E_Rate in this case).
- In the "Y-Axis" section, select the column that corresponds to y (typically N_Rate in this case).
- In the "Line" section, select the "Equation" option.
- In the "Equation" input field, enter the linear equation in the form of y = mx + b, where m is the slope (E_Rate in this case) and b is the y-intercept (GoalVariance / N_Rate in this case).
- Click "Apply" to see the graph of the linear equation.
Note that you may need to adjust the scale of the x-axis and y-axis to make sure the graph is displayed correctly.
4 -
Hey @Lowell_Walker thank you for the reply. I am trying to follow your directions and getting stumped on step 5, not sure what I am missing. Can you point me in the right direction?
0 -
Hey folks, thanks for your help! I solved this using the first method of creating a dataset.
I pulled the two values from a separate table and created a small dataset of the two coordinates.
SELECT 0 AS New,
ExistingSlug
AS Existing
FROMcases_slug
UNION ALL
SELECTNewSlug
AS New, 0 AS Existing
FROMcases_slug
Then I created the XY graph and used the two variables
Thanks for your help!
0
Categories
- All Categories
- 1.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 966 Connectors
- 254 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 75 SQL DataFlows
- 499 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 360 Beast Mode
- 19 Variables
- 483 Automate
- 101 Apps
- 378 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 316 Distribute
- 64 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 63 Community Announcements
- 4.8K Archive