Forum Discussion
jaryszek
4 years agoSuper User
Two steps in if statement
Hi, in VBA i would have : if 1=1 then 'step 1 'step 2 If is there any equivalent in power query? Best, Jacek
- 4 years ago
jaryszek
It executes only one step.
If you need to execute two steps either under the true or false part, then it depends on what you exactly are trying to acheve here. You can create a custom function and include all the actions there for this purpose.
Hope this is helpful, if you need to share a scenario with sample data and the expected output, please do so.
ronrsnfld
4 years agoSuper User
Yes, there is.
How to structure the statement depends on what you want to do.
And there also needs to be an else clause.