how to Create calculated column

Anonymous
2020-08-24T05:32:39.813+00:00

Hi,

I want to create calculated column. i have text probability field and estimated revenue field. i want to multiple estimated value with probability field. probability field has value like 10, 20, 5 etc.

pls guide how to create calculated column to perform these calculation.

thx

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
{count} votes

2 answers

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2020-08-24T16:38:39.657+00:00

    Hello, thanks for reaching out. For simple calculations like the one you described, the Apply Math Operation module should suffice and enables you to apply Arithmetic Operations such as multiply, divide, etc. For more complex calculations, you can write a script to perform data transformation using Execute R Script, Execute Python Script, and Apply SQL Transformation modules. Feel free to review these tutorials on how to use Apply SQL Transformation and create custom scripts. Hope this helps.

    0 comments No comments

  2. Hanumanthavarjula subramanya anil subramanya anil 0 Reputation points
    2023-05-18T01:44:34.8633333+00:00

    Write a PlSQL program is to calculate Area of Rectongle whose length =20 and width =10

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.