Forum Discussion

srennie's avatar
srennie
Regular Visitor
3 years ago
Solved

USERELATIONSHIP Function to Align Dates

I have two datasets that I want to be able to filter with the same date filter - there is no clear link between the two datasets so after some research I discovered the USERELATIONSHIP Function might...
  • amitchandak's avatar
    3 years ago

    srennie , Try like

     

    CALCULATE(CALCULATE(DISTINCTCOUNT(Defect_Data[Defect #]), FILTER(Defect_Data, Defect_Data[Supplier Defect] = "N")), USERELATIONSHIP('Calendar'[Date], Defect_Data[Creation Date]))