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

Creating a new Date Table that allows you to filter for a Date range on another table with multiple

I am trying to create a Date filter that allows me to filter for a date range from another table that has multiple date columns.

 

I have tried creating several Dax Functions for this so in a quick note what am trying to do is to be able to filter for Date range say Next 2 Weeks from Columns 'EST', 'PVOD' and 'TH' in Table A, such that the result filters for any dates available within the date range selected.

 

I have also included a screen shot of my table. 

Benny007_0-1680618928720.png

 

 

I would appreciate any help with this.

 

Thanks.

Ben

 

3 REPLIES 3
Anonymous
Not applicable

So i realised it was better to create a calculated column within the same table using 

New Column = IF([PVOD]<=[EST], [EST], [PVOD])

 

Greg_Deckler
Community Champion
Community Champion

@Anonymous This thread contains a number of ways of doing this. https://community.powerbi.com/t5/DAX-Commands-and-Tips/No-CACULATE-challenge/m-p/3147810#M112679



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@Greg_Deckler Many thanks for the link but there are too many options and i cant start trying them all and also it looks like the Dax Functions unsed in the thread are for calculating sales data while i want one that allows me to filter date range.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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