Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Inconsistency with Power Query

Hi,

 

I have the next problem:

 

When I load some datas from an Excel file, in Power Query the dates are perfect, but when I upload to Power BI desktop some dates are deleted and I dont know why.

These are some pictures of this problem:

 

  • Hi, Anonymous 

     

    Based on your description, I'd like to suggest you create an index column in data scource. Then you may go to 'Modeling' ribbon, click 'Sort by column', make the index column selected.

     

    Best Regards

    Allan

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

8 Replies

  • Are they deleted or in a different order. Check no of rows.

    Another issue. When you have a date in DD/MM/YYYY, sometimes it happens that few dates are taken as MM/DD/YYYY. Just check for that too

    • Anonymous's avatar
      Anonymous
      Not applicable

      The n° of rows are the same, How can I solve that problem with the order of the format of the dates?

      • amitchandak's avatar
        amitchandak
        Super User

        There are few options like you try to the system that date is in the British format. If nothing works out. Then convert it into text. Check the date are the same as the source.

        and create a new column like

        new column = mid(DD__MM__YY[Date],4,2) &"/"& left(DD__MM__YY[Date],2) & "/" & right(DD__MM__YY[Date],4)

    • Anonymous's avatar
      Anonymous
      Not applicable

      Ok, I change the typo to locale (united Kingdom)

       

      But the dates are not in the same order as in the excel, and is very important the order.

      Do you know how to fix that?

       

      Thanks

  • v-alq-msft's avatar
    v-alq-msft
    Community Support

    Hi, Anonymous 

     

    Based on your description, I'd like to suggest you create an index column in data scource. Then you may go to 'Modeling' ribbon, click 'Sort by column', make the index column selected.

     

    Best Regards

    Allan

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

  • One option for fixing the sorting issue is to create another column where dates are represented in "2020-12-31" format and to use that for sorting.