# Add Your Own Prices

{% hint style="info" %}
You can only add one price per SKU!\
If your organization have bought licenses on different terms (Monthly, Annual) with different prices, try our [Average SKU price calculator Excel spreadsheet](/v1/user-guides/microsoft-licenses/add-your-own-prices/average-sku-price-calculator.md) to find the average price on your different SKUs.
{% endhint %}

### Power BI App Settings

Go to **Settings** in the Power Bi App. \
This is where you can toggle between *List Price* and *Your Price*.\
In the example screenshot below own prices are set, but if customer price is -1 it means no prices have been set as own prices are default -1.

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

### Set Prices in your Storage Account

Go to the [Azure portal](https://portal.azure.com), and locate the *Storage Account* you set up as one of the [prerequisites](/v1/installation/prerequisites.md#azure-managed-application) when you installed the Azure Managed Application. It is the *Storage Account* you used when you connected the Power Bi App to your data.

An easy way to locate it, is to use the top search bar in the Azure portal:

<figure><img src="/files/I3RL2HyXBLWKInuE6PKU" alt=""><figcaption><p>Locate your Storage Account and select it.</p></figcaption></figure>

Select **Storage Browser** in the menu.

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

Select **Tables**.

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

Select **TblCustomerSkuPrices**.

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

The table contains all the licenses available in your Azure AD. Both paid and free.&#x20;

{% hint style="warning" %}
You need to update prices in the column **customUnitPrice** for all rows in the table!\
\- Add your own prices for paid licenses.\
\- Set free licenses to 0.
{% endhint %}

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

Double-click each row to edit. Add your own price, and **Update**.

{% hint style="info" %}
You can choose to add prices in your own currency.

Use . (dot) as decimal symbol.
{% endhint %}

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

All prices updated! In this example prices are added in NOK (Norwegian Krone).

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

### Select Your Own Prices in the Power Bi App

Go to your Power Bi Workspace, and select to refresh the Bsure Insights dataset.

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

When refresh is done, go to the Power Bi report, and open the **Settings** page.

Verify that you can see the prices you added to the **customUnitPrice** column in the **TblCustomerSkuPrices** table.

Select **Your Price** and your **currency**.

<figure><img src="/files/7U3d3RRlXqnqjQUpsKmw" alt=""><figcaption></figcaption></figure>

Enjoy the **Bsure Insights** report showing your own prices in your own currency!

<figure><img src="/files/FfwDsrv2P62k5zIeTGh8" 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.bsure.io/v1/user-guides/microsoft-licenses/add-your-own-prices.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.
