Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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