Forum Discussion
Anonymous
7 years agoNot applicable
filter in DAX
Hi Community I need some help....Im trying to build a DAX but I need to filter certain words which are in other column. Any suggestion to improve my DAX: MAL ASIGN = CALCULATE(COUNTROWS(b...
- 7 years ago
For your example shown in pcture, you could do something like this:
Measure = CALCULATE ( COUNTROWS ( Table ), NOT ( Table[CRANCOT2] IN { 910, 500, 502 } ) )
affan
7 years agoSolution Sage
Hi Anonymous
Can you share some sample data and the result you are trying to acheive
Regards
Affan
- Anonymous7 years agoNot applicable
it is a huge pbix... can you give me and idea or something to try affan?
- Anonymous7 years agoNot applicable
where I should add a filter in that dax formula...I could use "IN" or filter function?
- affan7 years agoSolution Sage
I mean to say that you can copy 5-10 rows of the table in excel and copy paste it in the post here and then what should be the result of the measure.
Please see this blog post to get your questions answered quickly on community.