Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
I have 2 tables, not linked to eachother (they cannot be linked).
Table 1 contain the database and all values are unique.
Table 2 contains the observation made. for each observation I want to look into table 1 is the observation is in in there and if yes I want name1 returned.
Table 2 may can contain dulicates.
Has anyone any suggestions?
I m not sure about pivoting and unpivoting the tables. I did not quite understand it.
so this is what I did
@simon_boniz , You can unpivot table 2, You will have the name and observation. Then you join them in model and use in visual
or merge in power query
https://radacad.com/pivot-and-unpivot-with-power-bi
Append : https://radacad.com/append-vs-merge-in-power-bi-and-power-query