> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba-metadata-editor/pdia-9.3-metadata-editor/get-started-with-pentaho-metadata-editor-cp/tour-of-pentaho-metadata-editor.md).

# Tour of Pentaho Metadata Editor

The following steps show you how to use an example metadata model in Pentaho Metadata Editor to create an Interactive Reports.

**Note:** The Pentaho Server must be running for this process to work.

1. Start Metadata Editor and then go to **File** > **Import from XMI File**.

   The Open window opens.
2. Browse to `pentaho/design-tools/metadata-editor/samples`.

   The files in the `Samples` folder are shown.
3. Select the `steel-wheels` file and then click **Open**.

   The Save Model dialog box opens.
4. In the **Enter a name for this model** field, enter `Sample Data` and then click **OK**.

   If the message, This model already exists..., appears, click **Yes** to continue.

   The Sample Data domain page appears. The navigation pane on the left shows the **Connections** and **Business Models** that comprise the `Sample Data` model in the repository. The main pane on the page provides the **Graphical View**, **Locales**, and **Log View** tabs.

   ![Pentaho Metadata Editor, Sample Data example](/files/zvQyz4PEyJpJSTFYr8hS)
5. Log in to the Pentaho User Console, and then click **Create New** > **Interactive Report**.

   The Select Data Source dialog box opens.

   ![Interactive Report's Select Data Source dialog box](/files/u6cV9OEJxhklrpTRKI13)
6. Choose the data source that you want to use for the report, then click **OK**.

   The Human Resources data source is chosen in this example. The data sources from Metadata Editor’s generated business models for the Sample Data model are listed.

   The report canvas opens.

   ![Interactive Report canvas](/files/RQDsQ0YVrGS52Ir0gMUo)
7. From the **Data** tab, drag and drop an Offices field onto the report canvas.

   The data populates a column in the report.
8. Drag and drop an Employees field onto the report canvas.

   The data populates a second column in the report.

The basic elements of the report are complete.

For additional report settings and options and to save the report, see **Create an Interactive Report** in the **Pentaho Business Analytics** document for details.


---

# 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.pentaho.com/pba-metadata-editor/pdia-9.3-metadata-editor/get-started-with-pentaho-metadata-editor-cp/tour-of-pentaho-metadata-editor.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.
