Forum Discussion
Jeyeline
2 years agoHelper III
Creating visualisation by summing the counts of two outputs
Hello Team, We are fetching data from Azure DevOps analytic view where we have certain fields like Field Value Team Internal, External Reference Number Null, NA, unique IDs Null...
- 2 years ago
Hi Anonymous ,
Thanks for the reply. I tried this and I customized it
WorkItem1= CALCULATE (COUNTROWS( 'OKR'),'OKR'[Team]="External")WorkItem2= CALCULATE (
COUNTROWS( 'OKR'),'OKR'[Reference#] <> "")And I combined the output by adding both to get the overall.
Thanks!
lbendlin
2 years agoSuper User
Now we would like to have a visualization with an x-axis spanning months
I don't see a date column in your sample data
- Jeyeline2 years agoHelper III
lbendlin , the sample data
ID Work Item Type Created Date Team Reference Number Closed Date 123 Bug 22-03-2023 Internal 31-03-2023 124 Bug 22-03-2023 External 1-04-2023 125 Bug 25-03-2023 External J12 1-04-2023 126 Bug 25-03-2023 External J13 1-04-2023 127 Bug 25-03-2023 External NA 1-04-2023 - lbendlin2 years agoSuper User
- Jeyeline2 years agoHelper III
Hi lbendlin ,
I want it to be line chart that shows the trend spanning months.
X axis will be based on the Month
Goal is to determine, for example: for these months on axis Jan, Feb, Mar (created hierarchy)
- Count of Work item (Bug) which satisfies the condition (y-axis)
trend 1: Team must be External, Reference # equals either NA or empty
trend 2: Team must be External, Reference # equals neither NA nor empty
trend 3: Team must be Internal, Reference # equals either NA or empty