Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
I would appreciate any help with this.
Thanks.
Ben
So i realised it was better to create a calculated column within the same table using
New Column = IF([PVOD]<=[EST], [EST], [PVOD])
@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
@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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |