Forum Discussion

oren's avatar
oren
Icon for Helper III rankHelper III
5 years ago
Solved

create measure comparing dates from different tables

HI   i have a table with column "date from" and  column "date to" and anothe table with all dates isung it as a filter i want to creat a measure which will give me "true" or "false" if the date i...
  • Anonymous's avatar
    Anonymous
    5 years ago

    @oren
    You can create the following measure by checking the attached pbix if necessary.

    Medida: IF(SELECTEDVALUE('Table 2'[Date]) en VALUES('Table'[Date]),TRUE(),FALSE())
    date in valus true false.PNG
    Paul Zheng _ Community Support Team
    If this post helps, please accept it as the solution to help the other members find it faster.