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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

filter 4 date columns

 how to filter 4 date column in power bi using measure r columns

Filter = App Date = current month OR
- Filter = Approval Date = currrent month OR
- Filter = Funding Date = currrent month OR
- Filter = UW Submit Date = currrent month
- Filter = Lien Position must be second

 

2 REPLIES 2
v-gizhi-msft
Community Support
Community Support

Hi,

 

I am confused about your requirement, but hope this measure can help:

Measure = IF(MAX('Table'[App Date])=TODAY()||MAX('Table'[Approval Date])=TODAY()||MAX('Table'[Funding Date])=TODAY()||MAX('Table'[UW Submit Date])=TODAY(),1,0)

Please give more info about your sample data and expected result as screenshots.

Remember to remove any sensitive data.

Thanks!

 

Best Regards,

Giotto Zhi

 

 

Anonymous
Not applicable

MAYBE explaining better what you want to do would help, but anyway you can't have filters in OR. Filters are always in AND.

What you can do is to have a secondary calculated column where you calculate the month based on your ORs and use that as a filter.

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors