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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
happyfeet992
New Member

Measure include only one filter

Hi,

I have an issue with one measure and filtering. 

 

In my table I have four columns: BatchId, Date, Qty, Color.

 

I have slicer for Color and Date. I need to prepare measure where I include only one filter (Date for all colors) - how can I do that without edit interactions? I've tried to use some filters in CALCULATE function but it doesn't work 😞

 

Could you help me?

1 ACCEPTED SOLUTION
jppv20
Solution Sage
Solution Sage

Hi @happyfeet992 ,

 

Not sure if I understand the question correctly, but have you tried 

ALLEXCEPT('Table','Table'[Date])
 
If I answered your question, please mark it as a solution to help other members find it more quickly.

View solution in original post

1 REPLY 1
jppv20
Solution Sage
Solution Sage

Hi @happyfeet992 ,

 

Not sure if I understand the question correctly, but have you tried 

ALLEXCEPT('Table','Table'[Date])
 
If I answered your question, please mark it as a solution to help other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors