Forum Discussion
Prasadmohan
3 years agoFrequent Visitor
Scalar Value Error
Hello Any one can help error " The expression refers to multiple columns.Multiple columns cannot be converted to a scalar value" Dax formula below 1 MTDYTD = 2 var TodayDate = TODAY() 3 var ...
lbendlin
3 years agoSuper User
Measures can use table variables during processing but can only return a single value at the end. Your code tries to return a table.