Forum Discussion
charliec
6 years agoRegular Visitor
Multiple VAR formulas in same measure
Hi there how are you? My name is Carlotta and I am a heavy Power BI user for my work. I am not sure if this is the right place to address my question, but I will try anyway 😊 I am facing an issue ...
amitchandak
Super User
6 years agocharliec , use switch true
Shipment Category =
switch( true(),
'Shipped'[order sum ] <= 40000,"Quick Ship",
'Shipped'[order sum ] < 100000,"10 Day",
"30 Day"
)