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...
Anonymous
2 years agoNot applicable
HugoTran You'll need to use an aggregation function in those cases (like MAX), or you can try using the FIRSTNONBLANK function with your example.
HugoTran
2 years agoFrequent Visitor
Thank you for the quick reply. when I added the MAX aggr function, I get the following error.