Forum Discussion

PascalM's avatar
PascalM
New Member
5 years ago
Solved

Count on table with filter on 2 date fields

Hi, I have a table containing Jobs, and a table with the Tasks that should be performed during specific periods for these jobs:   JobId Name 101 Job A 102 Job B 103 ...
  • manikumar34's avatar
    manikumar34
    5 years ago

    PascalM , 

     

    If you have a relationshp between those two tables, that won't give you any problem. And as you have given hardcoded value you don't need to use MIN or MAX. 

     

    If you want to  change the date values dynamically when you apply filters create variables with SELCTEDVALUE and use in the measure where date =. 

     

    Regards, 

    Manikumar