Forum Discussion

PhilW's avatar
PhilW
Regular Visitor
6 years ago
Solved

Slicers sharing the same source affecting different measures

Hi,    I have a question about the usage of slicers, measures and tables, but maybe let me describe the problem first:   Consider having a table with a list of values from 1 to 41 which serves as...
  • dax's avatar
    dax
    6 years ago

    Hi PhilW ,

    According to your description, it seems that you want to use two slicer which refer to same column to calculate value , right? Based on my test, I find that when you use same source to create different slicers, it will use "and " logic on slicer and show the same result for test1 and test(show 21 for each value). So if you want to get correct value, please use different source(make slicers refer to different table or column).

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.