Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have two spreadsheets I imported into a report to create tables. One is Clicks and includes the columns Click-Thoughs, Name, SKU and the other is Products and includes the columns brandName, sku, and category. I'm trying to create a new column on Clicks that populates with the brandName from Products based on the relationship I created between the two sku -> SKU (which is a Many to one currently). I tried to right click on Clicks and select New Column. Then use brandName = RELATED('Products'[brandName]) but it keeps telling me that the column cannot be found and I have no typehinting.
Relatively new to PowerBI so any help would be appreciated. Thanks!
Solved! Go to Solution.
@wkolcz , refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
If did not work
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@wkolcz , refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8
If did not work
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
You're a savior! The second video with LOOKUPVALUE is exactly what I needed! Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.