Forum Discussion
alexcatala
Helper IV
2 years agoTotal Count cumulative pr year
Hi, I am trying to create a total cumulative count of stores per year and quarter. For some reason, it shows only the amount per year, but it doesn't add the previous figures. I have trie...
lukiz84
Memorable Member
2 years agook, then try
FILTER (
ALL ( d_StoresAuto ), ALL(YourDateTable), ...
- alexcatala2 years ago
Helper IV
Hi lukiz84
total =CALCULATE (COUNT ( d_StoresAuto[OpeningDate] ),FILTER (ALL ( d_StoresAuto ),ALL( ( d_DateTable ))))The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.Displays error