Hi,
I have a SharePoint List where I like to count the occurrence of several values in four different columns.
Example SharePoint List:
Name column (ColumnType) | Stretcher (Yes/No) | OxygenTransit (Yes/No) | OxygenFlight (Choices) | OxygenConnectingFlight (Choices) |
No | Yes | 3 x ws120 | 2 x ws120 | |
| No | No | ||
Yes | No | |||
Yes | Yes | 1 x ws120 | ||
No | Yes | 5 x ws120 | 3 x ws120 | |
Totals | 2 | 3 | 3 | 2 |
I like to get the totals in a variable, one for each.
I started with a Get Items, to get all items from the list (from last month). I now I can apply a filter in the Get Items action. But I need to apply three different filters. So I was hoping I could just do one Get Items and the apply the filter in the Initialize Variable action. I am just not really familiar with how to compose the formulas correctly.
So far I have this function, that counts all items and works fine:
length(body('Get_items')?['value'])
Can someone please help me to extend this formula to filter by occurrences of "Yes" in the "Stretcher" column and an other formula to filter by occurrences of something (is not blank) in the "OxygenFlight" column?
Thank you!
This is what I have so far:
The Get Items action contains a filter field, you can check on the following example:
You can create 3 Get Items actions and enter the filtering and then you can use the formula that you already have to get the number of occurrences in each case.
Best Regards
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @chsanche ,
Thank you.
I was aware of this option. I just thought it would be more efficient to query the data source once and then apply the filter at the variable.
Is there still a way to do it as described in the first post?
This is what I have now. But the part in the orange box, seems a bit overkill to me. It is all from the same data source, just a slightly different filter.
Isn't there a way to solve this in a formula during variable initialization?
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
46 | |
44 | |
38 | |
37 | |
33 |