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! Learn more

Reply
qazwsxedc
Helper III
Helper III

Ignore Outside filter

I have this measure which is tied to 2019-12-31, how to make it ignore the outside filter like Year 2020? Thanks!

 

 

1) Dec 2019 =
CALCULATE(sum(MonthlySum[Balance]),
FILTER(all(MonthlySum[businessdate]), MonthlySum[businessdate]=date(2019,12,31)))
2 REPLIES 2
Anonymous
Not applicable

Hi @qazwsxedc ,

What's your expected result? Whether the second table(mark as two) in the below screenshot is what you want? Could you please provide more details(sampledata and satisfied conditions etc.) about your expected result? Thank you.

expected result.JPG

Best Regards

Anonymous
Not applicable

HI @qazwsxedc 

Can you please be more specific with providing required input and output data.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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