Power-Fx
Power-Fx copied to clipboard
[Intellisense] Concat([{a:1},{a:2}],| displays global variables
PFX proposals for Concat([{a:1},{a:2}],
: a, ThisRecord and all global variables
PA proposals for the same expression: a and ThisRecord only
ThisRecord and all global variables seems correct, since that would still makeup a correct expression. (I think we suggest globals on each arg, while PA doesn't)