Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
Hi, guys! I need your help. I have 2 tables (Table with rights, table with users).
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
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
Best Regards,
Lin
Hi, guys! I need your help. I have 2 tables (Table with rights, table with users).
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 38 | |
| 35 | |
| 23 |