Forum Discussion
Creating visualisation by summing the counts of two outputs
- 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!
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
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 ago
Super User
- Jeyeline2 years ago
Helper 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 ago
Super User
Teach your users how to operate the filter pane.