# ADDYEARS

The ADDYEARS function allows you to add or subtract a specified number of years to a given date.

### Syntax <a href="#syntax" id="syntax"></a>

```java
ADDYEARS(date,value)
//adds the given number of years to the date and returns it
```

### Arguments <a href="#arguments" id="arguments"></a>

date - Date in any format. Required. This can also be a measure or a node reference.

value - Number of years to be added to the date. Required. Use a negative number to subtract the years from the given date.

### Return Value <a href="#return-value" id="return-value"></a>

Date.

### Example <a href="#example" id="example"></a>

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(1876).png" alt=""><figcaption><p>ADDYEARS</p></figcaption></figure>


---

# 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/date-functions/addyears.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.
