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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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