I have an odd error after turning on the new analysis engine.
Simply I cannot filter a table on dataverse by a lookup column. The odd situation is that I can do the same by other lookup column from same table (both columns have the same properties).
The error I get is (in spanish): Error al intentar recuperar datos de la red: Sql error: Generic SQL error. CRM ErrorCode: -2147204784 Sql ErrorCode: -2146232060 Sql Number: 207
The expression I'm using is:
Filter([Table];[LookupColumn].[UniqueRowId]=GUID("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx"))