Forum Discussion
Anonymous
5 years agoNot applicable
USERELATIONSHIP problem with appended Query
I have items created and closed each month. This was working for years and then we appended data from a new source. Since appending the query, this measure is no longer working. My current relationsh...
- 5 years ago
Just to discard possible issues, is the date closed field in the appended table formatted as date type (it must be the same type as the date field in the Date Table)?
PaulDBrown
5 years agoCommunity Champion
Try:
Count closed actions =
CALCULATE(COUNTROWS (EQMS Appended), USERELATIONSHIP(EQMS Appended [Date Closed], Date Table [Date]))