> For the complete documentation index, see [llms.txt](https://docs.powerembedded.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerembedded.com/main-features/dynamic-models.md).

# Dynamic Models

Dynamic models, or Dynamic Dataset Binding, is a feature exclusive to Power Embedded and not available in the Power BI service. It allows a single report to be accessed by different clients, each viewing specific data according to their semantic model. This eliminates the need to create multiple reports, avoiding data and calculation inconsistencies, since all updates are applied centrally.

This functionality surpasses row-level security (RLS) in performance and security. While RLS increases model size and processing consumption due to the various rules created for different users, dynamic models only consult the specific model for each client. This results in smaller, independent and isolated models, improving efficiency and reducing the risk of security breaches.

Dynamic templates allow different clients (Client A, Client B, Client C) to access the same report by applying filters at the template level. For example, if the user is associated with model A, the system will connect the report to model A dynamically, without having to filter the data.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>Dynamic Models</td><td></td><td><a href="/files/G1GGCv7VpNPrnJvCxaP1">/files/G1GGCv7VpNPrnJvCxaP1</a></td><td><a href="/pages/2O5Ef6m1HW8h8mmc8GuO">/pages/2O5Ef6m1HW8h8mmc8GuO</a></td></tr></tbody></table>


---

# 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.powerembedded.com/main-features/dynamic-models.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.
