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

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 Leaders.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 

Suggest an answer

Log in or Sign up to answer