Forum Discussion
adkayak86
1 year agoFrequent Visitor
2nd to most recent date
Hi all, I have two tables in my dataset: HSCompanies: Contains 1 row for each company HSHealthScores: Contains multiple rows of health scores for each company I'm trying to retrieve the ...
- 1 year ago
You are welcome. Revise the measure to
PenultimateScore = CALCULATE(MAX(HSHealthScores[Score]),DATESBETWEEN('Calendar'[Date],[PenultimateScoreDate],[PenultimateScoreDate]))