Forum Discussion
ChiRomeu
3 years agoHelper I
Matrix table subtotal problem
Dear Members, Could you please kindly help to solve the following problem? see the picture i would like that the sum celds are igual to subtotal of the matrix. Best regards
- 3 years ago
thanks a lot!
tamerj1
3 years agoCommunity Champion
Hi ChiRomeu
please try
Count =
SUMX (
CROSSJOIN (
SUMMARIZE ( Coutry, Country[Continent], Country[City] ),
VALUES ( Company[Company] ),
VALUES ( Products[Product] ),
VALUES ( Services[Service Type] )
),
COUNTROWS ( CALCULATETABLE ( VALUES ( Customers[Customer] ) ) )
)- ChiRomeu3 years agoHelper I
thanks a lot!