Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Table comparison between current and last year

  I am using the table to compare the current month and the same month last year. Here is the DAX I used for both columns Actual hours = sum(submissionCycleTime[# of actual hours])   LY Submissio...