Forum Discussion

stokidez's avatar
stokidez
Helper III
5 years ago
Solved

Showing 2 Date Values on a Line Graph

Hi, hoping someone can help please. I'm trying to display a trend graph of the number of breaches which have occured over a period of time as well as the number which have been resolved on the same visual, both being displayed as two separate lines. When I add Date Resolved (GMT) to the Axis nothing happens to my graph - where am I going wrong please?

 

Thanks! 

 

 

 

  • stokidez , Try USERELATIONSHIP like given below. Only needed for inactive relation

     

    Resolved Date count = CALCULATE(COUNT(Employee[Employee Id ]),USERELATIONSHIP(Employee[Date Resolved],'Date'[Date]) )

     

    Identified date count = CALCULATE(COUNT(Table[Title]),USERELATIONSHIP(Employee[Date Identified],'Date'[Date]))

4 Replies