Forum Discussion
Slicers sharing the same source affecting different measures
- 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 ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
Hi dax,
Thanks for the answer. Yes, you understood the problem correctly, I wanted to use the same source for two different slicers.
I was afraid that this indeed was not possible, especially when checking the Power BI internal DAX query that is used to display the visual of the measure Test3, which indeed uses an AND logic AND('Sheet1'[Series] >= 21, 'Sheet1'[Series] >= 9) resulting in 21.
Nevertheless I wanted to check with the community.
Best regards,
Philip