# Get Started

The Powerviz Activity Gauge Visual is easy to configure. In this section, you will learn how to create an advanced Activity Gauge chart.\
\
Installation Guide:\
Installation Guides contain the installation process and instructions on Activity Gauge Visual. Please note that the installation process is the same across all the visuals. You can see the user guide [here](https://docs.powerviz.ai/powerviz/installation-guide).\
\
Steps:\
Now you've successfully installed Powerviz Activity Gauge visual to Power BI, let's start making the chart.

Follow the below steps to start the sunburst visual.<br>

| Steps | Description                                                                                                                                                           |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1     | Select the Activity Gauge visual from the visualization pane.                                                                                                         |
| 2     | Add at least one Dimension to the Category field.                                                                                                                     |
| 3     | Add one Metric into the Measure field.                                                                                                                                |
| 4     | To create a hierarchy, insert multiple dimensions in the category field from top to bottom, with the top column being the parent node and the others its child nodes. |

Finish Powerviz Activity Gauge is now ready. By default, it shows the top five levels with show remaining as "others."

{% hint style="info" %} <mark style="color:blue;">INFO</mark>\ <mark style="color:blue;">Use advanced settings to customize all the options in the sunburst except legends and number formatting.</mark>
{% endhint %}

Fields Requirements:\
An Activity Gauge visual shows the multiple levels from the field with target and base values. Hence, creating an Activity Gauge visual required one metric and one dimension. Activity Gauge will divide each level with its target and value added to the measure.

We have the following fields available in the Activity Gauge field tab:   &#x20;

* Category: A field with multiple levels should be dragged into the category. You can add as many dimensions in the Category field.
* Measure: In the measure field, only one measure/numeric-type column can be added, and this value is used to divide the arcs.
* Target: In the Target field, multiple measure/numeric-type columns can be added, and this value is used to show the targets for the measure field.
* Tooltip: It is a Power BI native option, you can use it to show additional information about each category on the tooltip. You can also use the tooltip to apply measure-type conditional formatting.
* Sort: Apply sorting based on any custom column. Drag the column into the Sort field and use the Sorting from advanced settings to select the sorting order.

<figure><img src="/files/KZcIyzMOTg3OzxXyNg3X" alt=""><figcaption></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.powerviz.ai/powerviz/activity-gauge/get-started.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.
