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 September 15. Request your voucher.
Hey gurus 🙂
I have two table, one with SKUs
and other table with the first few letters SKUs and description of SKUs
How can I match the full SKU to the one with the first few letters, in a new column to get the description
example:
Table 1 SKU: AZ-PPP-12
Table 2 SKU: AZ-PPP -> Hardware Part
How can table 1 read that AZ-PPP-12 is hardware part?
Thanks a million
Solved! Go to Solution.
@Anonymous , Create a new column in tables 1
maxx(filter(Table, containsstring(Table1[SKU], Table2[SKU]) ) , [SKU Desc] )
User | Count |
---|---|
56 | |
54 | |
54 | |
49 | |
30 |
User | Count |
---|---|
173 | |
89 | |
70 | |
46 | |
45 |