-
Re: Legend Sort on Bar Chart
your main axis is client, it's confusing what you expect it to look like given that I assume one company could be distributed across multiple clients. anyway, try sum(sum(amount)) over (partition by …1 -
Re: Monthly and weekly forecast view
Did a tutorial on this topic on my YouTube channel. Good luck. https://www.youtube.com/watch?v=PVbOeLSae9o1 -
Re: Dataset query fails when not using a where clause
If i had to guess you have an incredibly large dataset. What if you just write a FOR LOOP and then stitch the data together in Python ( i assume you're using Python). keep in mind, your dataset has t…1 -
Re: Beastmode across seperate rows, is it possible?
While @GrantSmith 's assessment that you lack an ELSE clause is not untrue, I don't believe it'll get you to the heart of the problem. SHORT ANSWER. Restructure your data or you'll probably get the w…1 -
Re: Domo Governance - Finding out which columns are not being used at all in datasets
https://www.youtube.com/watch?v=J1yU6PAGXc8 use DatasetSchema and CardsFields&Beast Modes1