This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Experts,
I have the following measure:
Solved! Go to Solution.
Hi @anandav
I create a measure which show the same result as your Customer subset measure when there is no relationship among tables.
Measure =
CALCULATE (
DISTINCTCOUNT ( sales[sale cust] ),
FILTER (
ALL ( sales ),
sales[sale date] <= MAX ( 'filter date table'[Date] )
&& sales[sale date] >= MIN ( 'filter date table'[Date] )
)
)
Also this measure won't change with the slicer from "calendar[date]".
Hi @anandav
I create a measure which show the same result as your Customer subset measure when there is no relationship among tables.
Measure =
CALCULATE (
DISTINCTCOUNT ( sales[sale cust] ),
FILTER (
ALL ( sales ),
sales[sale date] <= MAX ( 'filter date table'[Date] )
&& sales[sale date] >= MIN ( 'filter date table'[Date] )
)
)
Also this measure won't change with the slicer from "calendar[date]".
Hi,
It will be a lot easier to help if you share some data, explain the business context and also show the expected result.
Not too sure, but I believe the new REMOVEFILTERS can remove all filters: REMOVEFILTERS ().
Proud to be a Super User!
Paul on Linkedin.
Thanks for the suggestion. But FILTER doesn't accept REMOVEFILTERS()
From DAX.guide:
REMOVEFILTERS is an alias for ALL, but it can be used only as a CALCULATE modifier and not as a table expression like ALL
That doesn't work.
I need a way to remove filters in Sales and Calendar table in the SelectCOlimns statement.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 28 | |
| 23 | |
| 23 |