Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Everyone!
I'm creating a dashboard that allows students to see their classmates and I need that they only see the classes where they belong.
I have one table with the information of the students and one table for the classes, the tables are related by one ID.
I'm using the 'Manage roles' option and using this DAX to filter by login in the classes table:
[LOGIN] = SUBSTITUTE(userprincipalname(),"@eafit.edu.co","")
The filter shows the student's classes but doesn't show their classmates
What can I do?
From you description I think you need a separate security table: Two columns Login and Class which is related to your Class table based on class.
Apply the RLS to this security table which will then filter the class table to just show the correct classes but will leave you able to see the other students in the class. You might have to play a little with filter direction between existing class and existing student tables. If you can build a demo pbix file I can help futher.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
95 | |
69 | |
44 | |
38 | |
30 |
User | Count |
---|---|
159 | |
98 | |
60 | |
42 | |
42 |