Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Good day,
I'm trying to set up a filter that will only show those options (ie. allowing filtering on) that have a count of at least 5. I think there used to be a "is greater than" option in the Advanced Filtering dropdown, but I don't see it in there. Has that been removed or is there another way of doing it now?
Thanks in advance!
Solved! Go to Solution.
Hi @barryHD ,
Create a measure to count the rows for each selection in the slicer and add this measure to visual level filter to filter selections with the count greater than 5.
Then disable the interaction between slicer and scatter plot.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Best Regards,
Jay
@barryHD ,
You need to add a measure or number column for that. And for the measure the option is only at the visual level.
what you are trying ?
So I'm trying to hide any selection in the slicer that has less than 5 rows in the dataset, but still show all the data points on the scatter plot.
Hi @barryHD ,
Create a measure to count the rows for each selection in the slicer and add this measure to visual level filter to filter selections with the count greater than 5.
Then disable the interaction between slicer and scatter plot.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Best Regards,
Jay