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
tbones
4 years agoHelper II
Hi vanessafvg ,
thanks for quick reply.
Sorry for the screenshot. Is it sufficient to copy+paste here the Excel data?
Please tell in case an upload is needed (and where to upload best):
| Activities | ||||
| date | territory | product | account | channel |
| 1.1.21 | TerrA | ProdA | AccA | F2F |
| 1.14.21 | TerrA | ProdB | AccB | |
| 1.14.21 | TerrA | ProdB | AccB | F2F |
| 1.26.21 | TerrB | ProdA | AccA | F2F |
| 2.2.21 | TerrA | ProdA | AccA | F2F |
| 2.3.21 | TerrA | ProdB | AccB | |
| Example: | ||||
| Territory | TerrA | |||
| Year Month | 2021 Jan | |||
| Field Days: | 2 | |||
| Activities: | 3 | |||
| Activities per Field Day | ||||
| F2F | ||||
| 1 | 0,5 | |||
- vanessafvg4 years agoCommunity Champion
see attached but its incomplete and not sure what other requirements it needs.
What is the definition of the values per day under email 0,5?
see file attached to start.