Forum Discussion
Iamadityarajput
2 years agoFrequent Visitor
Status count over time
I am trying to visualize Jira issues count over time by status. Jira issues can be in three status category: 1. new / to do 2. In Progress 3. Done I want to visualize it in such a way that it sh...
Iamadityarajput
2 years agoFrequent Visitor
I have created a calculated column which contains the date at which the issue was moved to next status and for the current status it contains now() . I was trying to create a measure which will return distinct issues where selectedvalue of x axis i.e., a date is between those two columns which contains the date at which the issue entered a status category and at which it left. I'm not sure if it's a correct approach and measure was giving a straight horizontal line.
lbendlin
2 years agoSuper User
I was trying to create a measure which will return distinct issues
Measures can only return a scalar value.
- Iamadityarajput2 years agoFrequent Visitorwhat I mean is distinct count
- lbendlin2 years agoSuper User
ok, that is possible with a disconnected dates table.
By the way, here's a graphical representation of your sample data. Not very useful
There are also typos where the timestamps for new status entries don't match.