```dataview
TASK
FROM #task/project/projectX
WHERE contains(tags, "#priority/high") & !completed
GROUP BY file.name ```
Edit: I was working on a draft and didn’t notice that @Pch already provided you an answer. If you want to learn more about nested tags try this: Nested tags in combination with contains & co