Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date table returns blank months

Hello!   I have a dataset with sales data in one table and two dates table, calculated with dax: Table name =  ADDCOLUMNS ( CALENDAR (DATE(2018;01;01); DATE(2025;12;31)); "DateAsInteger"; FORM...
  • Anonymous's avatar
    Anonymous
    6 years ago

    What seemed to do the trick was to in the query editor, go to the transform and extract the datetime value to just date.

     

    Thanks for the help.