> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/~/changes/mS6jwvARNLHpKqBa4cT9/working-with-inforiver/4.-adding-business-logic-and-formulae/insert-image-urls.md).

# Insert image URLs

Inforiver Enterprise supports the usage of image URLs. Users can customize reports by embedding cell-level images or using images in the row or column dimension. For example, you can make your reports more engaging by displaying the image of a product against its sales or forecast.&#x20;

{% hint style="info" %}
The Power BI data category type should be ‘Image URL’ to embed images in reports.
{% endhint %}

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FSRNK2Xiee9J2rs76Qi7B%2Fimage.png?alt=media&amp;token=afbc7c16-22fc-402b-9701-50ae76128023" alt=""><figcaption><p>Image URL data category</p></figcaption></figure>

Row-level images are inserted in the report as shown below.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F7QF6lRsvlNTSrjhrGkRD%2Fimage.png?alt=media&amp;token=6fc520ef-7808-4039-8894-fe6409b04b88" alt=""><figcaption><p>Image URLs in the report</p></figcaption></figure>

You can use images as row or column dimensions as well. Assign the image URL field in your dataset to the Rows or Columns visual parameter to display images. In the example, notice how we have used images for column categories.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2Fgit0OUc26gikbYpj3ZZv%2Fimage.png?alt=media&amp;token=a853d1d7-85a7-4d1a-b2f3-1764a9dcb70d" alt=""><figcaption><p>Images in row or column categories</p></figcaption></figure>


---

# 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.inforiver.com/~/changes/mS6jwvARNLHpKqBa4cT9/working-with-inforiver/4.-adding-business-logic-and-formulae/insert-image-urls.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.
