Forum Discussion

PowerBI__'s avatar
PowerBI__
Frequent Visitor
2 years ago
Solved

Table total not working based on slicer selection

Hello,
I have created a table visual which was not showing correct total then I used the below formula:
Correct Total=
SUMX (
VALUES ( 'TableName'[Source] ),
[Actual Amount]
)
It was showing correct formula. My table in power bi looks like below:

CategorySourceActual Amount
AAB2378
BAC678
CAE23
DAG67
EAH324
FAI45


Actual amount is a measure which is coming after multiple calculation. When I select the category slicer single value it shows correct total in this table for actual amount but as soon as I do multi selection in slicer of category it gives wrong sum total of actual amount measure. Can you please let me know reason of that. Your help would be highly appreciated.
Thank you

3 Replies