Forum Discussion

ld17's avatar
ld17
Helper II
3 years ago
Solved

Circular Dependency Error

I'm working on a project that required me to cross join two tables ("Names and Job Titles" and "Course List") to form a new table called "Table 2."   From there, I created a calculated column calle...
  • amitchandak's avatar
    3 years ago

    ld17 , Change this like

    Table 2 = CROSSJOIN ( Distinct ('Names and Job Titles'[Associate.title]), Distinct ( 'Course List'[Title]))

     

    and try

     

    If this does not help
    Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.