This is to show Top 10 products and their respective % as a Measure. Now I have additional requirement where I need to show only those products in the chart that have Count(Distinct ID) >=50. I am not sure where and how to include this in Dimension/Measure. I tried using Product ={"=Count(Distinct ID)>=50 "} in Dimension/Measure but that's not helping.