Not Monitored
Tag not monitored by Microsoft.
41,606 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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")