I've added a "Business Central (on-premises)" (uses API) connection to powerapps and I'm trying to represent something like a sales invoice card in small. I'm using the standard datasets salesInvoice, salesInvoiceLines, in accordance with the pages 5475 Sales Invoice Entity, 5476 Sales Invoice Line Entity.
When I try to filter lines per document the server response with error is shown (see screenshot below):

Error: Logical operator 'Equal' is not allowed. To allow it, set the 'AllowedLogicalOperators' property on EnableQueryAttribute or QueryValidationSettings.
If I use connector "Dynamics NAV" (uses the web services) I don't have such problem.
May be some CustomSettings's or objects's properties... no property from the error was found in CustomSettings file.
What can be the cause of this error? Any suggestions?
Thank you in advance!