Forum Discussion

Niels_T's avatar
Niels_T
Icon for Post Patron rankPost Patron
5 years ago
Solved

Date table does not work well with my data

I've tried to make a date table in Power BI using a tutorial. 

 

I then connected the relationships but for some reason my date table does not work.

 

 

Whenever I select a month the data goes blank or doesn't update.

 

 

This is the date table itself:

 

 

  • Niels_T , Assuming created at is text. If it is date just change the format and check . If it does not have a timestamp, it should work well with the date table

    Create a new column

    Date  = "01 " & [created at]

    Change data type of this column to date and join it with date table.  and Try TI

4 Replies

    • Niels_T's avatar
      Niels_T
      Icon for Post Patron rankPost Patron

      Thank you for your reply Amit,

       

      I'll check out your video.

       

      Right now my data from the fact table (created_at) is formated like this:

       

      The date table I made is shows the dates like this:

      • amitchandak's avatar
        amitchandak
        Icon for Super User rankSuper User

        Niels_T , Assuming created at is text. If it is date just change the format and check . If it does not have a timestamp, it should work well with the date table

        Create a new column

        Date  = "01 " & [created at]

        Change data type of this column to date and join it with date table.  and Try TI

    • Niels_T's avatar
      Niels_T
      Icon for Post Patron rankPost Patron

      Another thing I've noticed is when I make the Sales YTD

      $

      And I add them together with the date table it also doesn't give me any data: