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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
MagikJukas
Resolver III
Resolver III

ignore active slicer

Hello,

I have a table with Qty, materials, several material classifications and date.

 

In my report I have a date slicer. I wish to create a measure that ignore the slicer.

I do no want a solution involving the "Edit interactions"!

I need a measure that ignores the date selected in the slicer, since I will apply some extra conditions later on.

 

I tried to use the following formula: Calculate(SUM(Qty),removefilters(date))

it keeps on showing the value filtered.

 

any idea?

thanks

 

 

 

1 ACCEPTED SOLUTION
MagikJukas
Resolver III
Resolver III

I figured it out.

my slicer is showing the date in months. 

Calculate(SUM(Qty),removefilters(date.[Month])).

 

now it works

View solution in original post

2 REPLIES 2
DimaMD
Solution Sage
Solution Sage

Hi @MagikJukas we are from Ukraine.
Have you tried the "ALL" function?
Calculate(SUM(Qty),ALL(date))

Give an example of the data for a more accurate understanding






__________________________________________

Thank you for your like and decision

__________________________________________

Greetings from Ukraine

To help me grow PayPal: embirddima@gmail.com
MagikJukas
Resolver III
Resolver III

I figured it out.

my slicer is showing the date in months. 

Calculate(SUM(Qty),removefilters(date.[Month])).

 

now it works

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.