Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform Fitler a calculated field

When you read items from a SharePoint list and you want to filter by calculated fields in that list filter queries will fail. So how can you filter your items?

A SharePoint list with a calculated field

In SharePoint I’ve created a list with a calculated column. These calculations can become quite complicated and sometimes you might just want to create a flow that does the calculations for you.

There are however plenty of reason to create calculated columns. In my example I’m using the created column to calculate tomorrow.

Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform The Tomorrow calculated column in SharePoint

Then as i create items in my list I see that Tomorrow has been set to tomorrow’s date.

Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform Calculated field showing tomorrow

Get Items from SharePoint

When you use the experimental filter query option you will see that the calculated columns aren’t listed in the drop down and also when you use the GA version of the same things will not be much better

Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform There is no tomorrow in the drop down

When you configure the query with add a custom item in the above action, then you will see the following error when you run the flow:

The field ‘Tomorrow’ of type ‘Calculated’ cannot be used in the query filter expression.

Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform image 26

Filter by calculated fields

So that means that we can’t filter the items during the get items action and we will need an additional filter action added to our flow.

Filter by calculated fields

Condition Left: formatDateTime(item()?[‘Tomorrow’], ‘d’)

Condition right: formatDateTime(AddDays(utcNow(), 1), ‘d’)

When we run the flow with this additional fitler action, the flow is successful and we managed to filter by calculated fields in SharePoint.

Filter by calculated fields in SharePoint using Power Automate Microsoft Office 365, Microsoft Power Automate, Microsoft Power Platform Filtered Calculated field
Avatar for Pieter Veenstra

By Pieter Veenstra

Business Applications Microsoft MVP working as the Head of Power Platform at Vantage 365. You can contact me using contact@sharepains.com

3 thoughts on “Filter by calculated fields in SharePoint using Power Automate”
  1. Genius! Thank you for posting this solution. The inability to filter query on calculated fields is a real headache.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains by Microsoft MVP Pieter Veenstra

Subscribe now to keep reading and get access to the full archive.

Continue reading