This is the sample data I used for test.
I think you need to do the calculation in powerpivot
Total: = CALCULATE ( SUM ( Table1[Sales Amount] ), FILTER ( Table1, [Product Use] = "Kitchen" ) )