The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a table laid out as below.
Bldg ID Name
CUF123 CUF main
CUF456 CUF storage
I have another table from another system with the same type of date only the id's are different. However, the Bldg ID is appended to the name as below.
Bldg ID Name
123456 CUF main (CUF123)
78987 CUF storage (CUF456)
I'm trying to create a table with a row that contains all fields from both tables where the Bldg ID from the first table is in () in the Name on the second table. How do I accomplish this?
Solved! Go to Solution.
Hi @ahhollan
In Table 2,
Create a duplicate of the Name column in Power Query
Then use Split Column option with use as follow
Rename the column header as per your require
Let me know, it solve your requrement
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
Proud to be a Super User! | |
Hi @ahhollan
In Table 2,
Create a duplicate of the Name column in Power Query
Then use Split Column option with use as follow
Rename the column header as per your require
Let me know, it solve your requrement
If solve your requirement, please mark this answer as SOLUTION
If this comment helps you, please LIKE this comment/Kudos
Proud to be a Super User! | |
That worked perfectly. Thanks for your help.
User | Count |
---|---|
79 | |
78 | |
37 | |
33 | |
31 |
User | Count |
---|---|
93 | |
81 | |
59 | |
49 | |
48 |