Forum Discussion
Anonymous
5 years agoNot applicable
Measure total not working
So I have the known issue of measure totals not showing, but canfigure out why. The following measure works fine: New customers over time =
var test = CALCULATE (
COUNTROWS (
FILTE...
AllisonKennedy
Community Champion
5 years agoAnonymous What is [DateOfFirstDeal] and what does your data model look like?
Your measure looks slightly more complex than I think it may need to be, but I'm not sure exactly what you're trying to calculate?