Forum Discussion
Neal1988
5 years agoRegular Visitor
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...
- 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.
Neal1988
5 years agoRegular Visitor
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.