Sorting with blank cells with excel/ power query

Soldato
Joined
22 Nov 2007
Posts
4,119
If you sort the following data in ascending order by start , planned end, actual, in excel the row with actual end date value goes to the top. In power query that value goes to the bottom.

So they treat blanks differrently. Why the inconsistency , doesn’t make sense to me?

 
Last edited:
Soldato
Joined
21 Jul 2005
Posts
20,119
Location
Officially least sunny location -Ronskistats
Expand. Are you trying to double sort? Sorry triple sort?

Hmm. In curly braces add the actual date descending (not tried this) or you could assign a fake date to actual if they are blank. I have had to hack a double sort in the past to force a cache request as the results would not be in the correct order.

The reason PQ differs will be it uses its own engine and M language.
 
Soldato
OP
Joined
22 Nov 2007
Posts
4,119
Expand. Are you trying to double sort? Sorry triple sort?

Hmm. In curly braces add the actual date descending (not tried this) or you could assign a fake date to actual if they are blank. I have had to hack a double sort in the past to force a cache request as the results would not be in the correct order.

The reason PQ differs will be it uses its own engine and M language.

Yea its a triple sort in ascending in order in power query . The PQ result is the one i expect so i want to mimic that in excel.
 
Soldato
OP
Joined
22 Nov 2007
Posts
4,119
You can filter out the blanks, replace blanks with a fixed date (so they are not blank but in the future).

If you describe what end result is I can get my head around it.
So, in excel if you do the triple filter (start , planned , actual), the bottom record in the image goes to the top. In power query it stays at the bottom which is what i want to happen in excel.

Thanks for your help so far.
 
Back
Top Bottom