> For the complete documentation index, see [llms.txt](https://docs.datalogz.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datalogz.io/guides/organizational-setup/connector-onboarding-guide/asset-mapping.md).

# Asset Mapping

**Asset mapping** connects your BI assets to your organization's taxonomy: functions, sectors, business units, departments, or any other logical grouping. Once mapped, those groups power the BI360 widgets and the inventory, so health, usage, and cost roll up by the part of the business that owns the content.

### How it works

Asset mapping is set up per BI platform: each connector gets its own mapping connection, such as **Power BI Asset Mapping** or **Tableau Asset Mapping**. For each one, you upload a CSV or XLSX file that maps that platform's assets (for example Tableau workbooks, views, and data sources) to your taxonomy, and choose the level to aggregate by, such as department. Each card shows the file in use, what it aggregates by, and the latest sync status.

### Set up asset mapping

1. Go to **Settings > User Directory**.
2. Open the **Asset Mapping** card for your platform and upload your mapping file (CSV or XLSX).&#x20;

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

1. Choose what to aggregate by, for example department.
2. When the next sync completes, your taxonomy appears in the inventory and in BI360.

### Manage an existing mapping

Click **View Connection** on a card to manage its mapping:

* **Download Original** retrieves the mapping file currently in use.
* **Replace File** uploads a new version. The previous mapping is replaced.
* **Resync** re-applies the mapping immediately, without waiting for the next scheduled sync.
* **Delete** removes the mapping and its taxonomy from your insights.

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

{% hint style="info" %}
Pair asset mapping with the Entra ID connector and both sides of your estate roll up to the same organizational view: Entra ID maps the people, asset mapping maps the content. If there is overlap between Entra ID and Asset Mapping, the information from Entra ID takes precedence over Asset Mapping.
{% endhint %}

Your Customer Success Manager can provide a mapping file template and help with formatting.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.datalogz.io/guides/organizational-setup/connector-onboarding-guide/asset-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
