I am sure this is a newbie question.
I have trying to create a measure with the following DAX formula.
Submit Count = Divide(Count('Raw Data'[Repair Order]), 'Working Days'[Num of Days] ))
I do have a relationship between the two table, but the intellisence refuses to see the "Working Days" table.
Any ideas why?