Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I need help on RLS Dax. I have two user Salesman and Admin. Admin Can see all 3 list (A, S, M) and Salemans only see 1 list "S"
Can you please help on below
Query=
[ID] IN
SELECTCOLUMNS ( FILTER ('RLS_Salesman',
RELATED ( 'RLS_Salesman'[TSLMTYPE] ) = USERPRINCIPALNAME()
), "Profile", [ID] )
Solved! Go to Solution.
@mdaamirkhan see attached if a user with Type "S" is selected it will only show that user, if Type = "M", it will show everything.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@mdaamirkhan see attached if a user with Type "S" is selected it will only show that user, if Type = "M", it will show everything.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@mdaamirkhan I have created a sample pbix file in which you can test as a different user (Admin1, Admin2 or User1, User2 )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi
I have attched the pbix file. Where I have two Tables in the that ther Name, ID, Type,
TYPE: S means --> Salesman
RLS will work based on Name/ID for each S. and Admin can see all the list.
Each Salesman has different ids.
can you please help on th epbix file https://drive.google.com/file/d/1KN9tztH2vrX4aVDeoLo5SBRisazgu6md/view?usp=sharing
There are just salesman and managers (managers can see all)
Hi
this is my table can you please help on this
Below is the Dim_Table and it has relationship with Fact. Can yo prepare the logic in the pbix pleaseThis is the data which has relation with Fact Table
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 26 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 57 | |
| 38 | |
| 21 | |
| 21 |