Hi,
I have two columns in my SharePoint List (Date Outcome and Length of Registration) which I use to create a calculated field in SharePoint: Date Expiry = Date Outcome + Length of Registration.
Then I am trying to build a gallery which filters out the rows without a Date Expiry this way:
Filter('Data Source', DateExpiry<>Blank())
It works, however, I get delegation warnings. Is there a way to get around the delegation warning?
I have had a look at the SharePoint Connector docs and the way that I see it is that operations using SharePoint calculated columns can be delegated if the Calculated Column is a text field - is that correct?
Thanks

Report
All responses (
Answers (