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