I have this two metrics that I am adding together but i also wanted to group the results set by employee ID, however i cant figure out how to use the group by with my filter function. any suggestions?
FILTER("Fact - Ap"."# Applicants" USING ( "Details"."Active Flg" = '1' )+
FILTER("Fact - "."# of Applications" USING ("Details"." Name" IN ('Passed Application Review')