I am running a query against a power bi dataset and get the following error.
InvalidTemplate. Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'greater' expects all of its parameters to be either integer or decimal numbers. Found invalid parameter types: 'Array'.'.
My flow consists of the following:
This is the value that is returned when it errored out:
We are just trying to check at the end of the day if we still have employees clocked into the system and if they are we get alerted to this. So my querying the dataset just returns a value of how many employee's clocked in still via a measure in power bi.
Any advice or help is greatly appreciated.
That worked! Thank you very much!