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

# Power BI assets

> Paradime Power BI Assets: Integrate Power BI data assets with dbt™ projects. Enhance analytics and reporting capabilities.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Warning>
  To view Power BI assets in the Paradime catalog, you must connect the Power BI integration first to pull Datasets, Reports and Dashboards
</Warning>

<Card title="Power Bi" href="/integrations/power-bi" horizontal icon="arrow-right" />

## Datasets

In the Paradime catalog you can find Power BI Datasets with metadata directly from your Power BI API.

**What can you find in a Power BI Dataset data product?**

<Tabs>
  <Tab title="Info">
    * The date when the Dataset was created
    * The Power BI Workspace Name
    * The user email who configured the Power BI Dataset
  </Tab>

  <Tab title="Overview">
    * The Description available from Power BI
  </Tab>

  <Tab title="Fields">
    * Field type
    * Field name
    * Field description
    * Field data type
    * Table bame
    * Field expression
  </Tab>

  <Tab title="Dependencies">
    * The Lineage preview with immediate parents/children of your Power BI Dataset
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/XhguFDhIs8dMd4Fdmb9C?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Power BI assets" />

## Reports

In the Paradime catalog you can find Power BI Reports with metadata directly from your Power BI API.

**What can you find in a Power BI Report data product?**

<Tabs>
  <Tab title="Info">
    * The date when the Report was created
    * The date when the Report was last modified
    * The Power BI Workspace Name
    * The user email who created the Power BI Report
    * The user email who last modified the Power BI Report
  </Tab>

  <Tab title="Overview">
    * The Description available from Power BI
  </Tab>

  <Tab title="Dependencies">
    * The Lineage preview with immediate parents/children of your Power BI Report
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/2gvKoaoalZPWK9dFTHqn?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Power BI assets" />

## Dashboards

In the Paradime catalog you can find Power BI Dashboard with metadata directly from your Power BI API.

**What can you find in a Power BI Dashboard data product?**

<Tabs>
  <Tab title="Info">
    * The date when the Dashboard was created
    * The date when the Dashboard was last modified
    * The Power BI Workspace Name
  </Tab>

  <Tab title="Overview">
    * The Description available from Power BI
  </Tab>

  <Tab title="Dependencies">
    * The Lineage preview with immediate parents/children of your Power BI Dashboard
  </Tab>
</Tabs>

<Arcade src="https://demo.arcade.software/SEPDis2bVOQLOn36ij8Q?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Power BI assets" />


## Related topics

- [Data Assets](/products/data-catalog/data-assets/index.md)
- [Translation of Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
- [Power BI](/integrations/power-bi.md)
- [Microsoft Power BI CLI](/developers/paradime-cli/microsoft-power-bi-cli.md)
- [Microsoft Power BI Dataset Refresh](/products/bolt/creating-schedules/command-settings/power-bi-dataset-refresh.md)
