Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have a text column that contains month names in the format "mmm". Additionally there is a date column for the year. The months in the date column and the months in the text column do not have to be identical.
I now want to link this text column with the month names in the calendar table. But it does not accept this as a correct relationship. So what to do?
How can I tell Power BI that the texts are month names, so I can then process them as such.
"it does not accept this as a correct relationship" - what message do you get?
Maybe you can show us.
Here the error message in English: This relation has a cardinality of m:n. This may only be used if no column (neither "month" nor "month name") is expected to contain unique values, and if the significantly different behavior of m:n relationships is known.
Hi @Anonymous
It is a warning message which will appear when you want to create a many-to-many relationship between two tables. If you are sure to create a many-to-many relationship, you can go on to save this relationship. You may want to learn more about many-to-many relationship before using it: Many-to-many relationships in Power BI Desktop, Many-to-many relationship guidance.
Hope this helps.
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Actually, that is a warning and not an error. It is good practice to avoid many to many relationships. Since both tables have multiple rows for each Month, a M:M is necessary. To avoid it, you would need to create a Month table (1 row/month) or add a column with the first/last of that month and use that new column in a relationship with the DaxKalendar[Datum] column.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
17 | |
9 | |
8 | |
7 | |
7 |