Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi, so i'm trying to implement RLS however, I've been asked to create something where it presents the data differently.
so for instance I have a sales report however, I am showing certain products to certain people, however, when that RLS is applied I also want the data to be manipulated. Is that possible?
If i have £100 for the general report for all products but £50 for product 1 automatically, can it be changed to show more or less (£45/£55)?
Or is there a way for me to change this formula
for example
(Dax ( [Product] = "Product 1"
"cost" - 0.5))
You should maintain the Percentage List (Cost) in the Product Dimension that will be used to calculate the values/measure of your product.
Proud to be a Super User!
Hi @Anonymous can you please elaborate more on which basis you want the data to change dynamically on applying RLS?
Yes so I want the data to change depending on what user can view it.
So if i have a manager they can see everything. But if I have a sales person I'd like them to see the cost - a certain amount.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 22 | |
| 21 | |
| 13 |
| User | Count |
|---|---|
| 66 | |
| 56 | |
| 45 | |
| 44 | |
| 30 |