March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi All,
I am stuck in one scannario related to RLS. I need to create dynamic RLS on the basis of supplier_ID and Receiver_ID
Below is the data and i have use report server (USERPRINCIPALNAME).
Date Supplier ID Receiver_ID Item
202301 abc@hmx.com xyz@hmx.com hedphone
202301 xyz@hmx.com abc@hmx.com mouse
202301 xyz@hmx.com lmn@hmx.co Key
202301 xyz@hmx.com xyz@hmx.com Pen
202302 lmn@hmx.com xyz@hmx.com Hedphone
202302 xyz@hmx.com abc@hmx.com mouse
202302 xyz@hmx.com lmn@hmx.com key
202302 lmn@hmx.com xyz@hmx.com pen
Solved! Go to Solution.
Hi @AF_VK ,
Please try:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AF_VK ,
When you are viewing as abc@hmx.com, As long as Supplier ID or Receiver_ID contains abc@hmx.com, that line of data will be visible.
[Supplier ID] = USERNAME()||[Receiver_ID] = USERNAME()
This formula is used to filter the table, "||" means "or". Regardless of Supplier ID or Receiver_ID, as long as one of the two column contains xxxx, that row of data could be visible.
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Jianbo, actually i am new to RLS so one question when you are viewing as abc@hmx.com ,is it supplier_id login or receiver_id login ? Also if you can explain the formula [Supplier ID] = USERNAME()||[Receiver_ID] = USERNAME() that would be great help. Thanks again for your reply
Hi @AF_VK ,
Please try:
Final output:
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |