# 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="https://382510089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIuuIZWiXEx25eV75hmmJ%2Fuploads%2FZM6DpQJzsX1UunSA94d4%2Fimage.png?alt=media&#x26;token=8bd0d532-65f3-47cc-bbf1-a4753815e9ef" 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="https://382510089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIuuIZWiXEx25eV75hmmJ%2Fuploads%2Fv1hPjifiSXXVLlti7ejM%2Fimage.png?alt=media&#x26;token=aa477f11-d854-4f3c-aedc-eb6648b3c62a" 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="https://382510089-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIuuIZWiXEx25eV75hmmJ%2Fuploads%2FISVt6Egh5OYONGGaImko%2Fimage.png?alt=media&#x26;token=267ff242-98c7-45b6-aa31-8893a9f7b944" 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 %}
