Forum Discussion

Neal1988's avatar
Neal1988
Regular Visitor
5 years ago
Solved

Measure total in a Card Visual

i have the following measure that calulates the value for each row in a table visual.   RunRate = VAR DayNoOfYear = DATEDIFF(DATE(maxx(Points,Points[SurveyDateYear]),1,1), maxx(points,[StartDa...
  • Neal1988's avatar
    5 years ago

    I found the solution and it was to wrap a new measure in a Sumx(Summarize( which then gave the correct figures in a card.