Forum Discussion
Anonymous
4 years agoNot applicable
Exclude one filter
Hi everyone, I would like to remove a filter (but not with the formula Removefilter). I mean, All the report is filtered on the brand. One Brand belongs to a group brand. When I have a ...
amitchandak
4 years agoSuper User
Anonymous , prefer to use an independent table for it - assume item 1
Measure =
var _tab = summarize(allselected(item1), item[Category])
return
calculate(Sum(Table[Value]), filter(Table, Table[Category] in _tab) )
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE