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
Jeyeline
2 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
- lbendlin2 years agoSuper User
Teach your users how to operate the filter pane.