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
Hello,
Does anyone know the dax formula to create a new measure that says count distinct but ignore the filter thats being used on the page?
I am trying to show:
the count distinct of orders for the general population
vs
the count distinct of orders for type of order selected in the slicer
I am using the visual line and clustered column chart where I want the count distinct orders both next to each other under column values. I just need to know the formula to place on the duplicated order column that ignores the slicers!
Solved! Go to Solution.
Hi @Anonymous
Try this:
Dist with ALL Meas = CALCULATE(DISTINCTCOUNT(Table1[Country]),ALL(Table1))
Thanks
Raj
Hi @Anonymous
Try this:
Dist with ALL Meas = CALCULATE(DISTINCTCOUNT(Table1[Country]),ALL(Table1))
Thanks
Raj
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 49 | |
| 44 |