After enabling the new analysis engine, the data in any of my Power FX columns is no longer displayed and if I am grouping on that column it is grouping as if it was blank. I have attempted to add a label to show the missing data, but this did not work either. The Text property on the button is set as follows:
$"{ThisItem.oeg_prefaborderid} - {Proper(ThisItem.oeg_requester)} ({ThisItem.oeg_jobnumber}) {If(IsBlank(grvarShopLocation), ($" - {ThisItem.oeg_shoplocationname}"))}"
The oeg_prefaborderid and oeg_requester are stored in a Power FX column. This seems to only be an issue if I am grouping the data.
For example, only 5 items are shown because it appears that oeg_requester is not being considered in the grouping. see examples below.
When I turn off the new analysis engine the data displays correctly. This issue only seems to occur if I am grouping the data. If I turn on the new analysis engine and removing the grouping the Power FX columns display correctly.
With the new analysis engine off
With the new analysis engine on