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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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.


Go to My LinkedIn Page


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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors