---
title: "Power BI Policy Sample"
slug: "power-bi-policy-sample-1"
updated: 2024-09-01T06:26:54Z
published: 2024-09-01T06:26:54Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plainid.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Power BI Policy Translation Example

Following is an example of objects in Power BI that are discovered and translated to Platform building blocks:

### Role in Power BI

Role name: Role1 ![image.png](https://cdn.document360.io/726c7002-05a9-480e-b986-42c9e8824acd/Images/Documentation/image%28135%29.png)

- **Two groups and a user:** SeniorAnalysts, Junior Analysts, UserA
- **Table with rule set:** MarketsData (table); [country_code]=="US" (rule set)
- **Table with rule set:** Financials (table); [country_code]=="US" (rule set)

#### Translated to Orchestration Workspace

| Power BI Object | Platform Name | Platform Details |
| --- | --- | --- |
| **Role Name:** Role1 | Role1 | Policy |
| **Group:** “SeniorAnalysts” | SeniorAnalysts | Dynamic Group |
| **Group:** “JuniorAnalysts” | JuniorAnalysts | Dynamic Group |
| **“UserA”** | UserA_Direct | Dynamic Group |
| **Rule set 1**: MarketsData_country_code_US | MarketsData | Asset Type with Ruleset: country_code = “US” |
| **Rule set 2**: Financials_country_code_US | Financials | Asset Type with Ruleset country_code = “US” |
