Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
evgeniystuchalk
Partner - Creator II
Partner - Creator II

Stucked with total in pivot table

Hello! I need count total for each column of this table:

12MjexXIMkke3A.jpg

Problem is: when i'm use total, it counts all companies at all.

ceae3edfca.jpg

I need totals only for rows. My expression is:

Count({$<[Success Deals]={'>=1'}>} total distinct [ID company])

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Add the month-year field you use a dimension in your pivot table in < > tags after the total keyword: Count({$<[Success Deals]={'>=1'}>} total <MonthYear> distinct [ID company])


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Add the month-year field you use a dimension in your pivot table in < > tags after the total keyword: Count({$<[Success Deals]={'>=1'}>} total <MonthYear> distinct [ID company])


talk is cheap, supply exceeds demand