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! Request now
Hi Everyone,
I have a report with Multiple Tables on a page. I want to Count Unique No of Customers for a Particular Supplier. I have other table which has Country and Category Information when ever I choose any country/ Category via the Table or via the Slicer I do not want the Distinct Count values to Change. I tried using DAX CountDistinct and AllExcept and that does not seem to be working as expected.
Any help would be appreciated.
Hi @mohammedismail ,
Try disable the interaction between specific slicer and visual.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Best Regards,
Jay
@mohammedismail Try COUNTROWS(DISTINCT(ALL
This is returning the total Unique Customers for all the Suppliers. The same number repeats in all the rows.
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.