Forum Discussion
Anonymous
6 years agoNot applicable
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....
- 6 years ago
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.
Anonymous
6 years agoNot applicable
The n° of rows are the same, How can I solve that problem with the order of the format of the dates?
amitchandak
6 years agoSuper 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)