> For the complete documentation index, see [llms.txt](https://docs.xviz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xviz.com/project-management/progress/progress-base.md).

# Progress Base

In xViz Gantt Chart, the Progress Base data field is used to calculate the Progress% using the Progress data field.

<figure><img src="/files/AJYTxPHXccd2BatzDukA" alt=""><figcaption><p>Image 1: Calculate Progress using Progress data field &#x26; Progress Base data field</p></figcaption></figure>

Let's understand how the Progress Base data field works with an example.

In the xViz Gantt Chart, the Progress % is calculated by dividing the "Progress" data field by the "Progress Base" data field.

In the image below, you can see the DAX calculation, which divides the "Progress" column by the "Progress Base" column.

<figure><img src="/files/4jZY5dV2iSc8x2CVBGh2" alt=""><figcaption><p>Image 2: DAX measure</p></figcaption></figure>

As a result, the DAX measure provides the Progress % for each task. The image below shows that the Progress % for each task is same in the xViz Gantt Chart and the Table visual.

<figure><img src="/files/XoWZgQFtiLOWOY0CG6Eo" alt=""><figcaption><p>Image 2: Example to understand Progress Base data field</p></figcaption></figure>

{% hint style="info" %}
The DAX measure and Table visual shown above are provided only for reference to understand the calculation
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xviz.com/project-management/progress/progress-base.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.
