The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

cumulative flow diagram with start point

winternina
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 25, 2020

Hello,

I need to show an cumulative flow diagram similar to https://eazybi.com/accounts/1000/cubes/Issues/reports/187032-cumulative-flow-diagram, but the start point needs to be zero.

The diagramm is gernerated by the measure "issues history".

Cache(
NonZero(Sum(PreviousPeriods([Time].CurrentHierarchyMember),
Cache([Measures].[Transitions to]
- [Measures].[Transitions from])
))
+ [Measures].[Transitions to]
- [Measures].[Transitions from]
)

I want to include only history, that is after the configured time frame of the report.

How can I modify "issues history" so that only the values in the time frame count, so every line starts at zero?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Zane eazyBI Support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 9, 2022

Hi @winternina

I believe you have found the solution already. However, I will answer if someone else has a similar use case and finds this post.

Measure "issues history" represents values as they are at the end of the selected period. Measure considers all changes even before the selected period to correctly accumulate the data and construct the value as it was at the end of the period.

However, sometimes it makes sense to start from point zero, especially for longer or maintenance projects.

We have prepared a dashboard for Kanban projects: https://eazybi.com/accounts/1000/dashboards/41359-kanban.

The dashboard contains a Cumulative Flow diagram for the selected period without showing the baggage of resolved issues in the past: https://eazybi.com/accounts/1000/cubes/Issues/reports/621572-cumulative-flow-diagram-for-selected-period.

eazyBI Cumulative flow diagram for selected period.png

Best,

Zane / support@eazyBI.com

0 votes
Fabian Lim
Community Champion
March 4, 2022

Hi @winternina

You may want to try using the date filter feature explained here: https://docs.eazybi.com/eazybi/analyze-and-visualize/date-filters

Regards