Hi,
REMOVEFILTERS is not working when used with a slicer which refers to another table.
I have a DAX formula which calculates the % distribution of USD Values for the selected owner within all owners.
But if I filter on an owner, the dax command won't work, and it will show 100% everywhere. It's like the filtering is not working because the urls are taken from another table.
I tried to change the DAX to refer to logo table, but it still shows 100% for everything.
Solved! Go to Solution.
That should still work. What else appears under category in the matrix? Are any other filters being applied from other slicers ?
Hi,
Thanks for the quick answer. I've tried with that function but it still shows 100%.
I can't use columns from Logo table in the matrix, since it only has 3 columns, Owner, Url and Sorting order. And in the matrix I'm using Category and USD Value.
That should still work. What else appears under category in the matrix? Are any other filters being applied from other slicers ?
I've figured it out, there was probably a space in one of the Owner names in Logo table. After overwriting the names, it now works.
Thank you
Try
USD 2015 =
SUM ( Data[USD Value 2015] )
/ ( CALCULATE ( SUM ( Data[USD Value 2015] ), REMOVEFILTERS ( Logo ) ) )
Make sure that you are using columns from the Logo table in your matrix as well as in the chiclet slicer.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!