> 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/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/use-visualizations.md).

# Use visualizations

Data visualizations have two modes: **Stream View** and **Model View**. You can switch between these modes to inspect data and shape visualizations based on the sampled set. **Stream View** generates SQL queries used in entity-relational modeling and executed in a relational database. **Model View** builds upon the same tables as **Stream View**, laying a dimensional model on top of them, and allowing for multidimensional queries, supported in the background by MDX queries to a Mondrian engine.

The first view provided during data inspection is a **Stream View** of your step data in a flat table on the canvas. To reduce the number of data fields selected, click anywhere on the field name in the available fields panel. The blue disc icon to the left of the name disappears, indicating that the field is no longer selected. To change the visualization type, use the **visualization selector**. If you select a visualization that requires a model, the mode will automatically switch to **Model View**. Otherwise, it remains in **Stream View**, and if available **Model View** can be manually selected.

Drag the fields you want to visualize from the available fields panel and drop them into the drop zones of the **Layout** panel. The drop zones and the data they accept are determined by the **visualization type**. To explore your data with additional visualization types, **create additional tabs**.

You can further customize your visualization by keeping or excluding fields, by drilling down into data points in the visualization including the legend or axis labels of a chart, and by other filtering options. When you filter, the filtering action is applied to the data and the **Filters** panel and visualization automatically updates, based on the selected filter. For more information, see the **Filters** article.

Once you are satisfied with your step data and model, you can make the content available for collaboration by **publishing a data source**.


---

# 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/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/use-visualizations.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.
