Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
aka
Helper II
Helper II

agrregating currency based on users

I want to develop a report in which the filter should only display the currency in which the employee has done transaction in i have a table shown

natural currency key -is the curreny id

how should i approch in order to achive the output?

 

NaturalCurrencyKey   SalesID       SalesTerritoryName    EmployeeID   CurrencyCode
             120                 9999                 Australia                  12                   CHF
             117                 1111                   india                      12                   SEK

 

output requried :- when employee id 12 is using the report he should only see the currency filter as CHF and SEK

no other currency which we have in the table

1 REPLY 1
v-caliao-msft
Microsoft Employee
Microsoft Employee

@aka,

 

For your requirement, each employee should only see the currency in which the employee has done transaction, we can use Row-level security to achieve it.

 

In Power BI, Row-level security (RLS)  can be used to restrict data access for given users. Please refer to the link below to see how to set up RLS for your report.
https://powerbi.microsoft.com/en-us/documentation/powerbi-admin-rls/

 

Regards,

Charlie Liao

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.