I am new to Microsoft Power BI designer and noticed this documentation that mentions being able to do a many to many join within the tool. When I try to do the many to many join, I receive an error that says "You can't create a relationship between these two columns because one of the columns must have unique values. Am I doing something wrong?
Thanks in advance.
This is an error in the documentation. As you've noted, you can't specify this in the relationship dialog. Many to many relationships require a junction table to work (a table in the middle that says how the two tables should be correlated.) You may be able to get what you want with a 1:1 or M:1 relationship. In time we'll likely address a way to do this automatically.