Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Help with DAX filtering and slicing

I have a table that contains an Iteration path and its start and end dates.  I would like to be able to select one of these iteration paths, and have it filter to the work items that have created or closed dates within that range.  Any help would be greatly appreciated! 

 

I have included how the tables look below 

 

Iteration Path          Start Date           End Date

       unit/1                1/1/2000            1/3/2000

       unit/2                1/4/2000            1/7/2000                          <-- Table to select Path

       unit/3                1/8/2000            1/12/2000

 

Work Item ID          Created Date   

          1                       1/2/2000        

          2                       1/5/2000         

          3                       1/2/2000                             <-- Table to be filtered

          4                       1/3/2000       

          5                       1/4/2000        

 

Work Item ID           Closed Date

          1                       1/5/2000         

          2                       1/6/2000      

          3                       1/7/2000                             <-- Other table to be filtered

          4                       1/4/2000       

          5                       1/11/2000        

2 Replies