Hi, Is there a way to multiply two columns i...

Hi,

Is there a way to multiply two columns inside a Select? Something like SELECT(tableName[Col1]*[Col2], CONDITION) ?

That will be really helpfull

Thanks!

0 2 858
2 REPLIES 2

Nope.

And since it is not possible, you could create a Virtual Column with this App Formula and then use that in your SELECT(โ€ฆ) expression:

=[Col1]*[Col2]

Top Labels in this Space