Forum Discussion
lravikiran
7 years agoHelper I
Multiple outputs for a single IF condition
Hi Team,
In dax how do I get multiple outputs for a single condition in If or switch.
Regards,
Ravi
1 Reply
- d_gosbellSuper User
lravikiran wrote:In dax how do I get multiple outputs for a single condition in If or switch.
You can't a single if or switch only returns a single result. So you'd probably need multiple if/switch statements, but it's impossible to tell without knowing more about what you are trying to do.