Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I have 2 different data sources:
1) contains, amongst other things, employee name and turnover
2) contains employee name (but written differently)) and wage costs and a cost centre
I would like to create a dim table based on data source 1, because this adds newest employees first and therefore I know I have all the employees. It happens that wage costs are added later in the process and is therefore never the first to be complete.
Basiscally I need:
Employee name general
Employee name according to datasource 1
Employee name according to datasource 2
Cost centre number
That way I can communicate between the two fact tables.
I thought of copying datasource 1 as a dimtable and eliminating all columns except the employees name as a starting point. New data automatically adds new employees. After that adding columns, but that can't be a manual input I think?
Does anybody have a suggestion on how to combine these two to a dim table?
Solved! Go to Solution.
Hi @lekkerbek ,
Yes, as you said, you can append the 2 tables and then remove duplicate and remove other columns.
by this way you are creating a new table and this table will be master table, then make relationship of that 2 table with this new table.
Thanks & Regards,
Mohammed Adnan
Hi @lekkerbek ,
Yes, as you said, you can append the 2 tables and then remove duplicate and remove other columns.
by this way you are creating a new table and this table will be master table, then make relationship of that 2 table with this new table.
Thanks & Regards,
Mohammed Adnan
Thanks! I got it to work.
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 43 | |
| 37 | |
| 35 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 29 | |
| 27 | |
| 25 |