Forum Discussion
Anonymous
5 years agoNot applicable
IF with multiple statements in M language
Hi, in Power Query, by a custom M code, is it possible to use IF with more statements for a satisfied condition? In another terms, is it possibile to have a block of instructions to run for an IF, d...
Anonymous
5 years agoNot applicable
I'm thinking to something like this:
if <condition>
<begin or other start construct>
<statement 1>
<statement 2>
...
<statement n>
<end or other end construct>
Thanks
v-kelly-msft
5 years agoCommunity Support
Hi Anonymous ,
Could you pls make your requirement detailed?Such as providing some sample data with expected output?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!