I'm in Power BI trying to add a calculated column.
I've got two tables, and a join between them: 1:n.
Table 1:
<tbody>
ID
Description
1
Bing
2
Bang
3
Bong
</tbody>
Table 2:
<tbody>
ID
Name
1
Joe
2
Fred
</tbody>
I can join them together like this:
<tbody>
ID...