Forum Discussion
Anonymous
5 years agoNot applicable
table name cannot used to define a variable
i have a created multiple divide function in measure . finally trying to return all divide variable functions single measure shipment value = VAR Truck = DIVIDE ( SUM ( 'Consumables'[0...
amitchandak
5 years agoSuper User
Anonymous , You can not return 4 values. There need to some operation between them
VAR MarginPerc =Truck & SEA & AIR & STO //appending all
RETURN
MarginPerc