-
Re: US State Map - vary color by a dimension?
I'm not sure if you can do it with one of the existing chart types. But you could do it with a blank brick. In this example, I'm cheating and using a translation of longitude and latitude to plot the…2 -
Re: New Coach! Happy to have you @RobynLinden
One of us! One of us! One of us!1 -
Re: Formula to calculate date of Monday of previous week
Explanation: DAYOFWEEK(CURRENT_DATE()) = 2 is Monday. If it's Monday, we subtract 7 days to get the previous Monday (e.g., on Monday, 9/30, this will return 9/23). For any other day (Tuesday through …1 -
Re: Stacked Bar Chart with Line Graph
Okay…I get it. Something like this Domo blank brick….1 -
Re: Automate file upload
I was only introduced to using Python inside Jupyter Notebooks in the past few months. But it has worked well. Somewhere out there are demo pages and videos. Short and sweet - I go to "Data"…1