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
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] ) ) ) )thanks a lot!
2 Replies
- ChiRomeuHelper I
thanks a lot!