- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Ignore the connected Date Slicer
I have two tables, One is the inventory and other is Date table, both are connected via date column.
I want to count no. of Inventory units from Inventory table with a filter on other colum in the inventory table Status.
This is my measure
DateDimension is the Date table connected to Reg.Date column in my Inventory Table.
I want it to have all this status filter but ignore the Date Slicer which I have put on Report ( which is DateDimension)
As you can see i have used REMOVEFILTERS but it does not work.
I tried various methods in community but are not working.
Any help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi, @DJKarma
Have you tried using REMOVEFILTERS (DateDimension[Date]) to replace REMOVEFILTERS (DateDimension[Date].[Year]) ?
Best Regards,
Community Support Team _ Eason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@DJKarma , Mark DateDimension as date table and have year column
Inventory Units =
CALCULATE(COUNTA('inventory_master (6)'[Unit]),filter('inventory_master (6)', 'inventory_master (6)'[Status]
IN { "R" ,"I","CB" }) , REMOVEFILTERS (DateDimension[Year])
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Nope, Its not working, IF i edit the interaction and switch it off on the table where I am using the measure , it works (which was working previously as well), but I want that measure for further calculations where i cant switch off interaction. I want this Measure to be static regardless of any slicer with mentioned filters that is Status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi, @DJKarma
Have you tried using REMOVEFILTERS (DateDimension[Date]) to replace REMOVEFILTERS (DateDimension[Date].[Year]) ?
Best Regards,
Community Support Team _ Eason

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-21-2024 12:15 PM | |||
01-24-2024 10:31 AM | |||
Anonymous
| 05-16-2024 07:09 AM | ||
04-29-2024 09:43 AM | |||
04-18-2024 05:34 AM |
User | Count |
---|---|
108 | |
89 | |
80 | |
54 | |
46 |