Forum Discussion
ChiRomeu
4 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
- 4 years ago
thanks a lot!
tamerj1
4 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] ) ) )
)ChiRomeu
4 years agoHelper I
thanks a lot!