# Row-Level Security (RLS)

Row-level security (RLS) is a form of data governance that empowers developers and administrators to restrict an end-user's data visibility within a Power BI report or dataset, determined by the logic applied at the individual row level.

Powerops simplifies the security role information by breaking it down into a user-friendly table, making it easy to comprehend and manage.

## User Interface

<div align="left"><figure><img src="/files/a0jIi5LSXfpHeBeWVx3S" alt=""><figcaption></figcaption></figure></div>

1. **Count of RLS Roles -**\
   View the number of RLS roles defined in the report.&#x20;
2. **Role Name -**\
   Shows the name of the security role
3. **RLS Type (Static/Dynamic) -**\
   Static RLS - Suitable for simple scenarios where the access rules are straightforward and do not change frequently. \
   Dynamic RLS- Appropriate for complex scenarios where the access rules need to be updated frequently and automatically.
4. **Table Reference -**\
   Displays the name of the table on which the security role is created
5. **Filter Expression -**\
   The expression logic according to which the field will be filtered
6. **Column Selector -**\
   Choose all the necessary columns to be viewed from the dropdown menu.
7. **Download Button -**\
   Export the Row-Level Security (RLS) information in either CSV or Excel format.


---

# 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.powerops.app/powerops/analyze/roles/row-level-security-rls.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.
