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
harshagraj
Post Partisan
Post Partisan

Removing filters

Hi all I have total of 89 users(25-Met & 64-Not met) from the column Met_Notmet.
I have a visual where i have applied visual level filter as Met_Notmet = Notmet.

So the value shows is 64. Now i need to show 89 also in the visual.
I tried this Calculate(Count(Users),
all(Met_Notmet))

Instead of showing 89 it is showing 85.

 

Please help

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @harshagraj 

 

Check if there is any filter on other columns in the report. Or you could try putting the whole table in All() rather than only the column. 

Calculate(Count('tablename'[Users]),All('tablename'))

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

smpa01
Super User
Super User

@harshagraj  can you try this 

 

calculate(COUNT(Users),ALL(Users))
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs

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.