Forum Discussion
medlalami
5 years agoHelper I
Compare entries between two data
Hi all, I have a table named DimDate that contains Dates in different format. And another table named Problems, that have two fields (created on and closed on), that I linked with the field Date, av...
- 5 years ago
Solved but creating a mesure:
Closure = CALCULATE(COUNTROWS(Problems),USERELATIONSHIP(Problems[Closed On], DimDate[Date]))
medlalami
5 years agoHelper I
I have a problem with the relations. The values of opened problems are correct but not the case for the closed values.