# PRODUCT

The *PRODUCT* function multiplies multiple values together and returns the resulting value. It performs multiplication across all provided numbers or node references and is commonly used in calculations involving totals, scaling factors, or combined values.

#### Syntax

```javascript
PRODUCT(value1, value2, ... valueN)
```

#### Arguments

* `value1, value2, ... valueN`: Numbers or node references to multiply.

#### Return value

Returns the product of the specified values.

#### Example

```javascript
PRODUCT(Unit Price, Units)
```

In this example, the *Total Sales* measure is created using the PRODUCT function, which returns the product of the values in *Unit Price* and *Units*.

<figure><img src="/files/GxM7nGNtRcZxszv9moDm" alt=""><figcaption></figcaption></figure>

#### Excel equivalent

[PRODUCT](https://support.microsoft.com/en-us/office/product-function-8e6b5b24-90ee-4650-aeec-80982a0512ce)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/planning-sheets/formula-syntax/math-functions/product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
