Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
PbiCeo
Helper II
Helper II

How to ignore slicer to get value of countrows on a measure table

Hello everyone,

I want to get value of countrows on a measure table ignoring slicer.
Tried these formulas, but unable to ingore slicer and only filtered value returned.

(I got less than 1000, but there actually should be more than 5000 ignoring the slicer)


Measure = CALCULATE(COUNTROWS(table),all(table))

or
Measure = CALCULATE(COUNTROWS(table),all(table[value]))

How should I correct it?
Thank you,
Vladi

3 REPLIES 3
Jihwan_Kim
Super User
Super User

Hi, @PbiCeo 

I am not sure how your data model looks like but please try to replace ALL with REMOVEFILTERS.

 

https://docs.microsoft.com/en-us/dax/removefilters-function-dax

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hello @JihwanKim 
Thank you for your reply.
I tried Removefilters, but the result was the same.

Fowmy
Super User
Super User

@PbiCeo 

Your measure looks okay, please share the screenshot of the actual measure make sure you are referencing the correct table and columns.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.