Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Visual Level filter Context not getting ignored in Total Turnover Measure.

I have a measure named Total Turnover which calculates the sum of Turnover as per the filters applied.

Total Turnover =

CALCULATE (
SUM ('GCF vw_FactGeographycategoryfocus'[TurnoverEuro]),
ALLSELECTED( 'GCF vw_FactGeographycategoryfocus')
)
 
When I am using this Total Turnover Measure in a table Visual the Total Turnover is getting calculated perfectly as per the filters that has been applied ignoring the row context in the table.
 
But when I am adding any Visual Level Filters to the Table visual the value of Total Turnover is getting changed , but i dont want the Total Turnover to change as per the Visual Level filters applied.
 
Can anyone please help me out in this scenario. 
Urgent Help needed.

2 Replies