Power-Fx
Power-Fx copied to clipboard
Patch - Find record through LookUp call
Patch(table, base_record, record, ...)
Currently, Patch finds the base_record through a linear scan. Change IR to generate a LookUp call.