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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
protodimbo
New Member

Need help!!

Hi, guys! I need your help. I have 2 tables (Table with rights, table with users).

1st.png2nd.png

 

I know that i can connect them with power pivot many to many relationships by department and i can connect it with DAX formulas. I need to make report table where i can see who have access to any folder and what rights he has and in what department he work etc.

Please help me

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

HI, @protodimbo

     you may try to use GENERATE Function to create a calculate table like below:

First you need to rename one of two column Department, for it cannot have the same column name in one table

then we rename the column Department in table2 with Department 1

then use this formula

Table = FILTER(GENERATE(Table1,Table2),Table1[Department]=Table2[Department1])

Result:

this is simple sample data

27.PNG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
protodimbo
New Member

Hi, guys! I need your help. I have 2 tables (Table with rights, table with users).

1st.png2nd.png

 

I know that i can connect them with power pivot many to many relationships by department and i can connect it with DAX formulas. I need to make report table where i can see who have access to any folder and what rights he has and in what department he work etc.

Please help me

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.