Forum Discussion
Diferent times in same row. Issue creeating graphs
- 8 years ago
For getting no of Issue Created, you will have the following
Category - Month
Value - Issue ID
(The Above thing is already in place with you)
For Getting count of no of Issues Resolved, you the below calculated column
Count of Resolved IssueID = CALCULATE(COUNT(Table2[issue ID]),USERELATIONSHIP(Table2[Resolved], Dates[Date]))
Here Table2 is my actual Data Table and Dates is my Date Table with All Dates
Hope this solves your issue!!!
- 8 years ago
Hi,
The formula is great. Just a tip, it should be a measure.
Best Regards,
Dale
For getting no of Issue Created, you will have the following
Category - Month
Value - Issue ID
(The Above thing is already in place with you)
For Getting count of no of Issues Resolved, you the below calculated column
Count of Resolved IssueID = CALCULATE(COUNT(Table2[issue ID]),USERELATIONSHIP(Table2[Resolved], Dates[Date]))
Here Table2 is my actual Data Table and Dates is my Date Table with All Dates
Hope this solves your issue!!!
Hi,
The formula is great. Just a tip, it should be a measure.
Best Regards,
Dale