Hello,
I'm trying to combine multiple conditions to the CountRows:
CountRows(Filter('Source'; Column1 = Concat(varSelected; Nadpis) && 'Column2' = startTime))
I need to get back number of rows that fulfill the two(three, four) conditions. If I do one condition at a time, it works fine but it doesn't work when I start adding criteria.
What is the proper syntax?
Thank you