Forum Discussion

reynold522's avatar
reynold522
Icon for Helper II rankHelper II
3 years ago
Solved

filter data with time stamp from dim date

Hi All,  I have 5 tables: 4 data tables and 1 Date tables. data table I write dax code as follows: DimDate = CALENDAR (Date(2021,9,15), TODAY()) table 1,2 and 3 out of 4 data tables have two co...
  • tamerj1's avatar
    3 years ago

    Hi reynold522 

    What do you mean by "convert it into date format"?

    you need to extract the DATEVALUE by creating a new column using DAX or transform the same column to date only using Power Query.