Forum Discussion

MasterSonic's avatar
MasterSonic
Icon for Helper IV rankHelper IV
4 years ago

cumulative sum or count

Hi guys, I have 2 tables - first with uniqe codes second with dates and category (A,B,C) I have created this :   Count of dates = CALCULATE(     sum('Col1'[code]),     FILTER(         A...