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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ggzmorsh
Helper II
Helper II

DAX Measure to Ignore Date Slicer

Good Day,

 

I have a date slicer with a direct relationship with the table of unique values that I want a measure to ignore regardless of the active date slicer on the same visual page.

 

I used the formula "ALL" to give me the total count of all unique ID in the table ignoring the slicer.

 

Measure=CALCULATE (COUNT (Unique ID[ID), ALL('Calendar'[Date]))
 
But... I want this measure to have a filter for a specific value which i used next as 
Measure = CALCULATE(COUNT(Unique ID[ID),FILTER(UniqueID,'Unique ID[Attempts ID]=FALSE()),ALL('Calendar'[Date]))

Using this formula the date slicer is affecting the measure. Can someone please correct me if the measure i using is wrong.Capture.PNG
 
 
 
1 REPLY 1
Jihwan_Kim
Super User
Super User

Hi, @ggzmorsh 

If it is OK with you, please share your sample pbix file, then I can try to come up with a more accurate measure.

 

Thank you.

 

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.


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.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.