Forum Discussion
Analitika
Post Prodigy
4 years agoFiltering in calculation in Power BI
Hello, I would like to ask why filtering not working in my calculations? I used this measure: It was not in {"Skola tiekeju"} but I still see skola tiekjui values in visual. Why it happens...
Analitika
Post Prodigy
4 years agoSo how to fix it because I need to exclude some data?
FarhanAhmed
Community Champion
4 years agotry Use not in expression of {"Skola tiekeju"} with both || conditions
||( Operacija && not in {"Skola tiekeju"})
||( Operacija && not in {"Skola tiekeju"})
- Analitika4 years ago
Post Prodigy
Error:
How to resolve this?
- FarhanAhmed4 years ago
Community Champion
sorry it was a typo
can you please add same condition with your next two filter expression of Operacija
- FarhanAhmed4 years ago
Community Champion
can you please write you DAX code in text format here,