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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
admin_xlsior
Post Prodigy
Post Prodigy

power BI embed in Dynamics FO filtering

Hi all,

 

Hope someone here have tried to embed PowerBI in Dynamics 365 F&O. What I want to know is, by looking at this doc ->

Help secure analytical workspaces and reports by using Power BI Embedded - Finance & Operations | Dy...

especially at this point :

  1. Create a new role against a column in the data model that contains the Company field. Name the new role CompanyFilter. A COMPANY field must be present in the data model to restrict access by company.

  2. In the Table filter DAX expression field, enter [COMPANY]=username().

 

I didn;t see how it is working. Since company in F&O is with some 3-4 digit character like "USMF", "DEMF", then when it is filter like point no 2, it is filtering with username(). My understanding this function will return our email id. how it is works then so it can filter my data based on the company ?

 

Thanks

2 REPLIES 2
v-lionel-msft
Community Support
Community Support

Hi @admin_xlsior ,

 

This should be a special setting in Dynamics365, the return value of UserName() will not be compared with the value in the [Company] column. Each value in the [Company] column represents a member group of a business unit, and UserName() should be compared with the accounts in the member group.

Company concept in Dataverse 

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-lionel-msft 

 

I'm sorry, but I'm not really understand what are you saying. Also the D365 I'm referring to is D365 F&O which a bit different by no using Dataverse.

 

Thanks

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors