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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
msudulag
Helper II
Helper II

each user having different role and application wise data display

 

Hi All,

 

I have user,application,role information my table,

while user seeing a report there is a validation need to be implemneted like

if the user is Admin for particular application he can see alll data related to that application and he is other then Admin he needs to see only his related data.

 

for data reference i am attaching screen print.

 

how can i achieve this scanario,please help me on this case.

 

Regards

 

Username,Application and role nameUsername,Application and role nameMsudulag

3 REPLIES 3
v-haibl-msft
Microsoft Employee
Microsoft Employee

@msudulag

 

So there is another table which includes the user emails, which has relationship with this table?

Maybe we need to create a crossjoin table using the USER_NAME and APPLICATION_NAME columns, then create another column to identify if this row is visible to current user.

 

Best Regards,
Herbert

Hi @v-haibl-msft,

 

Can you please suggest how can i achieve this requirement.

can you give any examples.

 

Regards

Msudulag

Hi @v-haibl-msft,

 

Thanks for your reply,

 

Actuyally these are three tables(Users,Applications and Role),i have combined and made it one,now i need to check the conditiondtion from here only.

 

I am attaching screen print of my model,Please verify once ,

 

let me know if you need any information.

 

Regards

MsudulagAdmin_role.JPG

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors