How to filter 2 different column values in a table with DAX?

Pwr-BI.BLC 1 Reputation point
2022-03-25T13:03:40.38+00:00

Hi! I need to filter 2 rows values in a table called 2022.
The first column name is Art/ Kind and the second column is Art/ Kind_2. I need to filter with row values "Reklamation/Complain" and "administrativ/ administrativ".
My logic would be something like this but as I am new in DAX this is not the correct solution.

Number of Reclamation by Administration = COUNTX(
FILTER('2022','2022'[Art/ Kind]="Reklamation/Complain"),'2022'[Art/ Kind_2]="administrativ/ administrativ")

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,606 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.