Hi Team,
I am trying to show the count of defects raised within a selected time(Quarter).
Using below measure, I am getting the count correctly except if a bug is linked to multiple Sprints.
([Measures].[Issues created],
[Issue Type].[Bug])
Hi Team,
I am trying to show the count of defects raised within a selected time(Quarter).
Using below measure, I am getting the count correctly except if a bug is linked to multiple Sprints.
([Measures].[Issues created],
[Issue Type].[Bug])
Also curious to know if there is some deduplication possible somehow.
Hi,
The Issues created measure links issue to its current sprint. See more
Duplication can show, though, if some multi-value field is selected in pages where the issue has both, e.g., Fix Version or Labels. In such a case, please consider using distinct issue count measures: https://docs.eazybi.com/eazybijira/data-import/jira-issues-import/jira-core-measures-and-dimensions#JiraCoremeasuresanddimensions-Measures
Lauma / support@eazybi.com