- 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

How to remove the filter from a measure
Hi,
I am trying to analyse a data set, below is the sample data
is it possible to get the count of a particular item ( slicer) and the total count of all the items for the order #?
What I am trying is to do is to add "Item" as slicer and I need to get the Count of selected item and the Total count of all the items in an Order #
for example if I add "Wire" in the slider the table should display the Count of selected Item as "1" and I need a measure to display the total count as "5" for the Order # as below
How do I create a measure to exclude the filter and show the Total count of all the items of an Order #
Kindly help to resolve this,
Regards,
Shyam.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Try:
Total count of items = CALCULATE (COUNT(Table[Item]), ALL(Table[Item]))
Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!
Proud to be a Super User!
Paul on Linkedin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Skumaran
You didn't close your Count() function correctly.
CALCULATE(COUNT(Sheet3[Item]),ALL(Sheet3[Item]))
Hope it helps!
Kind regards,
OD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi, It works!!
Thank you very much!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Try:
Total count of items = CALCULATE (COUNT(Table[Item]), ALL(Table[Item]))
Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!
Proud to be a Super User!
Paul on Linkedin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi Paul,
Thank you for your response,
I tried as you suggested but it returned with an error,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Skumaran
You didn't close your Count() function correctly.
CALCULATE(COUNT(Sheet3[Item]),ALL(Sheet3[Item]))
Hope it helps!
Kind regards,
OD

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 06-19-2024 03:53 AM | ||
09-05-2024 11:07 AM | |||
01-21-2019 01:38 AM | |||
04-13-2023 06:09 AM | |||
05-09-2024 06:41 PM |
User | Count |
---|---|
123 | |
105 | |
84 | |
49 | |
46 |