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
opl12
Regular Visitor

Clear all filters for a specific column

I'm new to PBI... can you help?

On "Report Tab", I have several columns that change the value according to a date selection that is in a slicer

I would like column "1" not to change its value when selecting any date... I would like only the other columns to change the value when changing the date

1 ACCEPTED SOLUTION
Preeti_Yadav
Resolver I
Resolver I

Hi @opl12 ,

 

You can try using ALL() dax  which will remove the all filters which applied prior:

Sales All Products = CALCULATE([Sales],ALL(DimProduct))

 

Or you may refer below link:

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

 

 

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

 

Regards,

Preeti Yadav

View solution in original post

3 REPLIES 3
opl12
Regular Visitor

Obrigado!!!

Preeti_Yadav
Resolver I
Resolver I

Hi @opl12 ,

 

You can try using ALL() dax  which will remove the all filters which applied prior:

Sales All Products = CALCULATE([Sales],ALL(DimProduct))

 

Or you may refer below link:

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

 

 

 

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

 

Regards,

Preeti Yadav

amitchandak
Super User
Super User

@opl12 , I am assuming you taking of measure in a same visual.

 

if yes, then you can use removefilters

calculate([measure1], removefilters(Date[date])

 

refer: https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak

 

if you looking for one visual to filter and another should not, then you need interactions

 

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.