Forum Discussion
markjankowski
3 years agoFrequent Visitor
Dax & allselected
I have the following statement but syntax states incorrect? M2A = if(isblank(ALLSELECTED(W2E_Master[Value],0,W2E_Master[Value]))))
markjankowski
3 years agoFrequent Visitor
- markjankowski3 years agoFrequent Visitor
ok, i tried a few variations and tested with this one against the database it it works in every case on the screen...
M2A = IF(SELECTEDVALUE(W2E_Master[Value])=BLANK(),0,MAX(W2E_Master[Value]))- markjankowski3 years agoFrequent Visitor