Forum Discussion
Relationship error
Hi,
You should not look up the month_name column from the other dataset. In the CDL_Project_Forecast table, use this formula to extract the month
=FORMAT(CDL_Project_Forecast[full_date],"mmmm")
Now you will be able to create the relationship.
- harrinho8 years ago
Helper III
thank you guys for your replies. Ashish_Mathur do you mean to create a new measure or column with this calculation or to replace an existing one?
Because I already have this calculated column in place
- Ashish_Mathur8 years ago
Super User
Hi,
Create a new calculated column.
- Ashish_Mathur8 years ago
Super User
Hi,
If you already have a Month column in the CDL_Forecast_Project Table, then why do you have an other Month Name column (in the image you have posted in the first post)?
- harrinho8 years ago
Helper III
Don't know to be honest. It was there when I inherited the dashboard, so I don't really know the reason of its existence. It's the month_name in the form of "MMM", for example "Jan", "Feb" etc. but it doesn't seem to be used in any relationship.