Dear all,
I'm recently struggling with the following scenario:
I need to present a number in a label, which would be SUM of all rows from a SP list filtered as per a value of a dropdown.
I have the following formula:
Sum(Filter('SP List', 'Dropdown'.Selected.Result = 'Local Code'.Value), 'Amount in EUR')
The 'Amount in EUR' is a currency type column.
The 'Local Code' is a lookup type column.
The formula above doesn't throw any errors, but there is no result, it's just blank.
Any idea how to improve it?