Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
Request your help on this :
We have a table containing emailids of some people outside our orgainization and also within our organization.The requirement is that when these people log on they are going to see all the detail only of their organizations(all data related to them as well as of others who belong to same organization).
Please can you help me with the dax expression .
I tried applying a filter on organization name column in manage roles in power bi desktop but this not at all working:
LOOKUPVALUE([Organization Name],Emailid,USERNAME())
My objective is to pick up organization name if the emailid of the person logged on is there in emailid column.
Thnaks,
Saranee
Solved! Go to Solution.
The following DAX filter expression works for me. You might also need to check the relationship.
[Organization Name] = LOOKUPVALUE(Table1[Organization Name],Table1[Emailid],USERPRINCIPALNAME())
The following DAX filter expression works for me. You might also need to check the relationship.
[Organization Name] = LOOKUPVALUE(Table1[Organization Name],Table1[Emailid],USERPRINCIPALNAME())
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!