> ## Documentation Index
> Fetch the complete documentation index at: https://docs.introw.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Show a partner dashboard in the portal

> Give partners their own view.

> For partner marketing giving partners self-serve insight.

Partners ask "how am I doing?" far less when they can see for themselves. Surfacing a dashboard in
their portal, scoped to their own data, gives them ongoing visibility and frees your team from
pulling numbers on request.

## What you'll build

A portal experience showing each partner their own dashboard.

## Before you start

<Steps>
  <Step title="Prepare a dashboard or report">
    Have the dashboard or report you want to surface ready.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/steps/01.png?v=1783330796" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/video.webm?v=1783330796#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/walkthrough.html?v=1783330796" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the experience">
    Go to the [Experience builder](https://app.introw.io/templates) and open the portal experience.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/steps/02.png?v=1783330796" alt="Open the experience" />
    </Frame>
  </Step>

  <Step title="Add an embed">
    Add a **Dashboard embed** or **Report embed** section. Both render scoped to the viewing partner.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/steps/04.png?v=1783330796" alt="Add an embed" />
    </Frame>
  </Step>

  <Step title="Pick the view">
    Select the dashboard or report to show.

    <Frame>
      <img src="https://assets.introw.io/docs/features/reporting/partner-analytics/guides/show-a-partner-dashboard-in-the-portal/steps/05.png?v=1783330796" alt="Pick the view" />
    </Frame>
  </Step>

  <Step title="Publish">
    Publish the experience.
  </Step>
</Steps>

## Verify it worked

Open the portal as a partner and confirm the dashboard shows only their data.

## Related

<CardGroup cols={2}>
  <Card title="Add a collaboration dashboard section" icon="book-open" href="./add-a-collaboration-dashboard-section">
    Show built-in deal metrics.
  </Card>

  <Card title="Embed a dashboard in the portal" icon="book-open" href="/features/reporting/dashboards/guides/embed-a-dashboard-in-the-portal">
    Embed an org dashboard.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Full configuration options.
  </Card>
</CardGroup>
