Forum Discussion
tbones
4 years agoHelper II
Summarize + All(single Column)?
Hello all, I have among others one table "Activities" with activities in different territories (see in attached screenshot). Example is that territoy TerrA got 3 activities in January 21 over...
- 4 years ago
this should work if there are no other considerations
Activities Per day =var NoofDays = CALCULATE(DISTINCTCOUNT(Activities[date ]),REMOVEFILTERS(Activities[channel]))return DIVIDE(Activities[Activities], noofdays, 0)see file attached
vanessafvg
4 years agoCommunity Champion
please provide data in text format.