Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I've got two tables as below and i'm using row level security to filter on "Sales Associate", I then want this to filter all tables in the "Results" table by "Sales Rep"
So when I use row lvel security the peg table will be a one to many relationship but when not filtered it's a many to many relationship so doesn't seem to work. Any ideas?
Peg Table
Sales Associate | Sales Rep |
Gary | Billy |
Gary | Terry |
Tim | Jill |
Tim | Billy |
Tim | Jim |
Sandra | Terry |
Results:
Sales Rep | Deal Name | Revenue |
Terry | Deal 1 | 10 |
Terry | Deal 2 | 20 |
Jill | Deal 1 | 30 |
Jill | Deal 2 | 100 |
Solved! Go to Solution.
Hi, @DarylRob ;
1.One way is to change the direction of the relationship between the two tables to both.
2.Another option is to use DAX statements on row-level security.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @DarylRob ;
1.One way is to change the direction of the relationship between the two tables to both.
2.Another option is to use DAX statements on row-level security.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This article explains how to handle a many-to-many relationship in row-level security:
https://radacad.com/dynamic-row-level-security-with-profiles-and-users-in-power-bi
Proud to be a Super User!