Forum Discussion
Anonymous
2 years agoNot applicable
COUNTX with FILTER
Dear Expertz, I am trying power BI for first time , and I have requirement to use measure to use COUNTX with FILTER and apply filters on multiple columns , and one of those filter is getting v...
lbendlin
Super User
2 years ago"IN" expects a list of values. You presented it with a single string where the values are glued together with commas.
'Table1'[ErrorType] IN VALUES ('ErrorTypes'[ErrorType] )