I am trying to prepare a report with Pie Chart. I have couple of custom fields
- Implementation Date
- Squad
Implementation date shows deployment date i.e the date on which the features are pushed to production
Squad name shows the squad which did deployment on that implementaion date.
I want to create a pie chart to show the squads that went for deployment within the selected time period. The time period will be selected by eazybi page filter.
The pie chart value should be based on no of deployments the squad has done within the selected time period. The count value can be derived based on distinct implementation date. As 2 deployments might have done on same day with 2 different jira tickets. That has to be counted as 1.
@oskars.laganovskis Can you kindly help on this