Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Dear All
Happy new year 2024!
i am building a report which shows the apps shared with external users (i use the COE Starter kit tables / Audit logs)
We can find in External user UPN some external users who had a connection but the app has been deleted.
Could you please let me know how i can create my formula :
if the app has no value (because deleted), then hide the external user who connected to this app.
Thank you very much, i m learning power bi : )
Solved! Go to Solution.
@Anonymous , You can use RLS to remove Data access
Power BI- Row Level Security(RLS): Handle ALL, UserPrincipalName: https://youtu.be/KVLEnIUo4pc
You can use userprincipalname in a measure to check and make value blank
if(isblank(Table[Measure]) && not( userprincipalname() in value[Email[Email])), blank(), [Measure 2])
We can not do it for columns.
@Anonymous , You can use RLS to remove Data access
Power BI- Row Level Security(RLS): Handle ALL, UserPrincipalName: https://youtu.be/KVLEnIUo4pc
You can use userprincipalname in a measure to check and make value blank
if(isblank(Table[Measure]) && not( userprincipalname() in value[Email[Email])), blank(), [Measure 2])
We can not do it for columns.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
37 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |