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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
ManuApo
Helper II
Helper II

Struggling ignoring filter in DAX :( Any ideas???

Hello Community,

I have a Date slicer ( with Day, Month and Year) as a filter for all my visuals, the thing is for a specific measure, I would like to avoid  ( ignore) the Day and Month, but keep the year as a filter for my measure. 

I tried, ALLEXCEPT( DateDimensiontable, Date.[month]) but is not working 😕

Not sure what to do and how to tackle this problem..
Any Ideas????

Thanks for your help!!
Manu

5 REPLIES 5
V-lianl-msft
Community Support
Community Support

Based on your description, slicer will affect the table visual. This could be caused by the relationship with the fact table. To give an accurate suggestion,please provide a sample pbix with dummy data.

amitchandak
Super User
Super User

@ManuApo , try a measure like

calculate ( sum(Table[Value]), filter(allselected(Date), Date[Year] = max(Date[Year])))

 

or

 

calculate ( sum(Table[Value]), filter(all(Date), Date[Year] = max(Date[Year])))

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi @amitchandak ,

 

I am not sure if you saw my last reply to your first solution, in that case, any idea how to tackle this?

Really appreciate your help!
Manu

Dear @amitchandak ,

Thanks for your reply, 

I have tried both, but for some reason is not working.  I am using a Date Dimension table, from which I am using the Date slicer. 

I have attached a picture of my report: 

 

Capture.PNG

 



-The slicer filters the Date dimension table by a column called Full Date which is linked to my Summary table ( where is all my data ) 

-In my Summary table, there is a calculated column  ( GrossNet monthly forecast ) that has the data I want to show in my visual ( ignoring the filter for the months, but keeps the year, in this case 2021) 

-Measure 1 is calculating the sum from January to May for each month
-Measure 2 ( using ALL) is calculating the sum from January to December for each month

Is there a way to keep using that filters that you mentioned but without using the CALCULATE function? I mean, I dont need to agregate any data, as it is already calculated in the calculated column "GrossNet MonthlySBF" 

The end point is to show "GrossNet MonthlySBF"  January to December for the year that the slicer is filtering

Thanks again!!! 
Manu

Hi @amitchandak ,

 

I am not sure if you saw my reply, in that case, any idea how to tackle this?

Really appreciate your help!
Manu

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.