# Tableau Impression Data Setup

Euno can observe information about how Tableau Users are using the different data products in their Tableau Cloud Instance. This information is useful for data governance to identify popular dashboards, unused dashboards, dashboards used by specific teams, etc. Read more about impressions data in [tableau-usage-data.md](/using-euno/usage-optimization/tableau-usage-data.md)

{% hint style="info" %}
Tableau updates access information at regular intervals, which can cause delays in displaying the latest impression data. This means the data shown in Tableau might not always reflect real-time updates. See [Tableau documentation.](https://help.tableau.com/current/online/en-us/adminview_insights_manage.htm?utm_source=chatgpt.com#about-data-freshness) for more information.
{% endhint %}

To set up the Tableau Integration to observe impression data, Complete the following steps:

1. Find (Tableau Cloud users) or create (Tableau Server users) the TS Events datasource
2. Create and publish a Euno-compatible Tableau Access Log View
3. Provide Euno access to the published view

### Step 1 - TS Events Datasource

**Tableau Cloud:**

1. Go to “Explore”
2. Under the built-in Tableau Project “Admin Insights”, look for a datasource called “TS Events”. This is a built-in datasource that collects all the Tableau access events (or other events).

**Tableau Server:**

Follow the instructions [here](https://github.com/tableau/community-tableau-server-insights) to download and publish the TS Events datasource.

### Step 2 - Create and Publish a Euno-compatible Tableau Access Log View

1. Create a new Workbook from this datasource
2. Under “Rows”, drag:
   1. Actor User Id
   2. Actor User Name
   3. Event Type
   4. Item Type
   5. Item LUID
   6. Event Date
3. The “Event Date” field could already be set to “exact date”. If it's not, set it to “exact date”.

   Your TS event screen should look like this:
4. Filter only for “access” events:
   1. Click “Event Type”->Filter. Under “General”, Select “Access” \*ONLY\*. Euno is only interested in “Access” events.
5. Filter only for “access” events from a tracked resource:
   1. Click “Item LUID”->Filter. Under “General”, deselect all options except “null”, and check the box that says “Exclude selected values”
6. Filter only for events from the last 60 days:
   1. Click "Evnet Date"-> Filter. Select a "Relative Date" filter, and set it to past 60 days.
7. Hit OK -> The view is ready.
8. To see the csv contents, Click the “download” icon, and choose “data”. Download the result.

   The csv should look like this:
9. At the top right corner of the screen, go to “Publish As”:
10. Name the workbook “events for Euno”. Make sure to check the box “Embed password for data source”.

### Step 3 - Provide Euno Access to the Published View

1. Find the published workbook in the Explore screen
2. Click “Permissions…” for the workbook
3. The Euno-Tableau integration is using a Personal Access Token. Make sure that the user has “Download Full Data” permissions to this workbooks.
4. If the user is not there, add it


---

# 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.euno.ai/sources/business-intelligence/tableau-integration/tableau-cloud-impression-data-setup.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.
