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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Team, I'm trying to udate my PBI for the new year but I'm getting this message.
"Column 'Month' in Table 'MSL YTD' contains a duplicate value 'January' and this is not allowed for columns on the one side of a many-to-one relationship or for columns that are used as the primary key of a table."
I am just adding the data from this year to the data from last. 13 rows of data total
Thanks for all the help
~J
Solved! Go to Solution.
Hi @JBell1979
Try to understand the error, most of the time solution is within: "this is not allowed for columns on the one side of a many-to-one relationship or for columns that are used as the primary key of a table."
This means you have got a relationship on the Month column from the Date table to another table. Which would have duplicates like the Month of January in this case. You should have the relationship with the Date column instead to avoid such problems in future because the date would be unique in the date table always.
Hi @JBell1979
Try to understand the error, most of the time solution is within: "this is not allowed for columns on the one side of a many-to-one relationship or for columns that are used as the primary key of a table."
This means you have got a relationship on the Month column from the Date table to another table. Which would have duplicates like the Month of January in this case. You should have the relationship with the Date column instead to avoid such problems in future because the date would be unique in the date table always.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |