Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
How to filter ALL values from ALLSELECTED items?
I used filter in slicer and count with measure Allselected, it is ok, i got ALLselected Total
but now in matrix i need to select multiple items and show all matrix Total (previous Allselected Total)
Hi @Analitika ,
According to my test, the filtering behavior of visual interaction takes precedence over slicer, so it is suggested that you disable the interaction between visuals.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@V-lianl-msftinteraction cant be disabled as measure used to display chart lines, so need disable it only by formula in measure
Hi @Analitika ,
Try REMOVEFILTERS .
REMOVEFILTERS is like ALL, but it can only be used as a filter argument in CALCULATE.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.