Forum Discussion
amitchandak
Super User
2 years agoGR83 , Try a measure like
Sum( Table,
Switch([Category],
"Fruit", selectedvalue(FruitParam[Value]) ,
"Biscuit",, selectedvalue(BiscuitParam[Value]) ,
// add others
) * [Qty]*[Price])
GR83
2 years agoRegular Visitor
I how do I use Table in Sum and Category In Switch?