Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ANM_97
Helper IV
Helper IV

USER ACCESS SETTING FOR VIEWING CERTAIN ACTIVITIES

Hi!
I need help with the following issue:
I have
-a table with the groups to which users belong; (AD_GDWH_GROUPS )
- a table of statuses. (AD_GDWH_GROUP_STATUS)


Each employee is part of a group. And the group has access to a list of statuses.


How should I create the formula so that it returns all the statuses that a user has access to?
Expected Result:
ENTER USER ANDY -> STATES TO WHICH HE HAS ACCESS: A, C, D.
ENTER TED USER -> STATES TO WHICH HE HAS ACCESS: B.

ANM_97_0-1617356224898.png

 

I made this measure, but returns only one status:

#View =

LOOKUPVALUE (
DIM_FLOW_STATUS[STATUS_NAME],
DIM_FLOW_STATUS[STATUS_NAME],
LOOKUPVALUE (
AD_GDWH_GROUP_STATUS[STATUS_NAME],
AD_GDWH_GROUP_STATUS[GROUP], LOOKUPVALUE ( AD_GDWH_GROUPS[GROUP], AD_GDWH_GROUPS[USER], USERNAME () )
)
)

 

 

~~Thank youu!!

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @ANM_97 ,

 

If the amount of data is relatively small , you could try Static RLS that can be used to restrict data access for given users.

 

Please follow these steps:

1. Go to Modeling-->Manage roles to add roles with status filter like this:

[STATUS] IN {"A","C","D"}
[STATUS]="B"

4.6.3.Add roles.PNG

2. Publish the report after creating some visuals.

3. Select the More options -->Serurity for this dataset, now you could add members/groups(groups are created in Office365).

4.6.3.Security.PNG

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-eqin-msft
Community Support
Community Support

Hi @ANM_97 ,

 

If the amount of data is relatively small , you could try Static RLS that can be used to restrict data access for given users.

 

Please follow these steps:

1. Go to Modeling-->Manage roles to add roles with status filter like this:

[STATUS] IN {"A","C","D"}
[STATUS]="B"

4.6.3.Add roles.PNG

2. Publish the report after creating some visuals.

3. Select the More options -->Serurity for this dataset, now you could add members/groups(groups are created in Office365).

4.6.3.Security.PNG

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.