Josh Petersheim Posted November 17, 2021 Share Posted November 17, 2021 Hello, I'm trying to come up with a way to visualize the UniqueCount of the item ids over each week in the 2021 year. For each week, if the week of the row's completed date is Link to comment Share on other sites More sharing options...
Fabian Duerr Posted November 18, 2021 Share Posted November 18, 2021 Please have a look at this question: https://community.spotfire.com/questions/counts-over-time Instead of working with a cross-join method you could also implement a data functions that returns all active items for a given date (loop thru every day, find active items, return combined table of all results; or loop thru every item, find the time period, return table of all results). The moving average is already available as a standard aggregation method for the y-axis. But first you need to get your data table into the right shape. Link to comment Share on other sites More sharing options...
Josh Petersheim Posted November 18, 2021 Author Share Posted November 18, 2021 Thanks for the insight, fabd. Making another table was my first thought too. I was hoping someone had figured out how to do it within the visual itself using the [Axis.X] property. I will give the cross-join a shot and post results. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now