Forum Discussion
HugoTran
2 years agoFrequent Visitor
Filter Power BI Dax based on condition
Hi All - I am trying to filter a table base on the following condition (Status=New, SME group is not populated (blank)) but it came back with error " A single value for column [] in table [] can...
Dangar332
Resident Rockstar
2 years agoHi, HugoTran
filtercondition =
If( min(tablename[status])="new" || min(tablename[sme group assigned])<>blank(),"filter","not filter")
Anonymous
2 years agoNot applicable
Dangar332 I'm pretty sure you saw that I was already helping here, and stepped on my work none the less.