Forum Discussion
Anonymous
4 years agoNot applicable
switch selected value not showing value
hello i have this formula: VB Financial Value = SWITCH( SELECTEDVALUE(Sheet1[Line Description item id]), "Salesperson" , [Salesperson], "Accountant" , [Accountant], "HR Cos...
amitchandak
Super User
4 years agoAnonymous .The measure need to changed like
calculate([salesperson] + [accountant] + [HR Cost], all(Sheet1[Line Description item id]))
or
calculate([salesperson] + [accountant] + [HR Cost], allselected(Sheet1[Line Description item id]))