What does the question mark mean in Power Query?

ExcelStarter

New member
Joined
Jan 23, 2018
Messages
27
Reaction score
0
Points
0
Excel Version(s)
2016
https://community.powerbi.com/t5/Po...ive-numbers-is-it-possible/m-p/1441336#M45058

I saw something weird in smauro's answer.

=List.Accumulate(List.Sort(#"Changed Type"
Code:
), {},
  (s, c) =>if ((c - List.Last(s){0}[COLOR=#ff0000]?)??[/COLOR]1) <= 1
            then List.RemoveLastN(s, 1) & {{c, ((List.Last(s){1}[COLOR=#ff0000]?)??[/COLOR]0) + 1}}
        else s & {{c, 1}})

====================================================

What does the question mark mean in Power Query?
 
Last edited:
Back
Top