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.
Solved! Go to Solution.
Hi @Mann ,
As tested, It's impossible to achieve the idea(2.76.5678.782 64-bit (December 2019)).
Maybe you can consider using a slicer for filtering.
Or Submit your ideas .
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Mann ,
As tested, It's impossible to achieve the idea(2.76.5678.782 64-bit (December 2019)).
Maybe you can consider using a slicer for filtering.
Or Submit your ideas .
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please try. In two options you should hide when sumx =0 it means no country has >100 sales person
sumx(TableA,IF( Calculate( Distinctcount(TableA[SalespersonID]),values(TableA[Country])) <100,1,0))
sumx(filter(summarize(TableA,TableA[Country],"_dist",Distinctcount(TableA[SalespersonID])),if([_dist]>100,1,0)))
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin