Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Data Modeling Error

Hi,   I am building a relationship among several tables and some auxiliar ones. The auxiliar tables are Month, Companies and Operation. Month has the name of the month and the correspondent month...
  • parry2k's avatar
    2 years ago

    Anonymous very hard to tell what is going on. Can you share the pbix file? Remove sensitive information before sharing. 

  • parry2k's avatar
    2 years ago

    Anonymous Ah! I see you have to 1:1 relationship with month is causing this ambiguity. change that from many to one and it should work, even though fact tables have a single record for each month, force it to many to one with the month table and that should do it. T