Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi there,
So here I have a small table (unique table in the model for test purposes) where I want to ignore the filter context from column "Categoria"
Here I create the below measure (countall) /visual. And the behavior is as expected. PowerBI ignores the filter from "category" column, and counts 4 people.
But why when I add a filter that is less restritive on a new column "Categoria sem número". ALL does not work, and counts only 2 trainees.
Even weirder for me is this, the difference of results for first row on 1.Trainee between the previous and below example. Why does countall measure here give me 3 on trainee? On the matrix I have a filter on trainee on the first row. But in the previous image, when I apply the slicer on trainee, the result is 2. Shouldnt the result be the same? Both in the matrix, and in the slicer I am applying the following filter [Categoria]="1. Trainee"
Solved! Go to Solution.
Hi. Using ALL to a single column it's asking to remove filters for that specific column when used. However, if you are using another column to filter the same table, it will filter the table. That's why Categoria sem número will filter the count of categoria even if there is an ALL Categoria. You can add the column to the all (you can use more than one column to the all) or you can use the all for the whole table (it might perform slower with big data, really big)
I hope that helps,
Happy to help!
Hi. Using ALL to a single column it's asking to remove filters for that specific column when used. However, if you are using another column to filter the same table, it will filter the table. That's why Categoria sem número will filter the count of categoria even if there is an ALL Categoria. You can add the column to the all (you can use more than one column to the all) or you can use the all for the whole table (it might perform slower with big data, really big)
I hope that helps,
Happy to help!
Hi there. Thank you very much. Here is the deeper explanation - Auto exist
https://www.sqlbi.com/articles/understanding-dax-auto-exist/
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 99 | |
| 73 | |
| 66 | |
| 65 |