# Data strucuture

A Sankey diagram requires a dimensional data model due to its intricate representation of data flows between different entities. This type of diagram is utilized to visualize the proportional distribution of quantities.&#x20;

<figure><img src="/files/WmBXG9zKrfNFbQjKulaB" alt="" width="375"><figcaption></figcaption></figure>

If an item within a dimension is null, for example, let's assume the "Corporate" segment is null, then the Sankey diagram will interpret this as a skipped level. In such instances, the link or flow will bypass the "Corporate" segment entirely and connect directly from the preceding dimension, such as the category, to the following dimension, like the ship mode.&#x20;


---

# 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.infotopics.com/showmemore/features/sankey-diagram/data-strucuture.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.
