Forum Discussion
PBI DAX Autocompiler doesn't work
- 2 years ago
Hi there Anonymous
If you begin a measure with a table reference immediately after the equals sign, the only acceptable table reference (to Intellisense) would be a table that contains at least one measure, since Intellisense assumes you are starting to write a measure reference of the form 'Table'[Measure].
By any chance does 'Purchase Orders' contain at least one existing measure, while 'Purchase Order' contains no measures?
In any case, I would not recommend including a table name with a measure (if that is what you were doing).
It's not case sensitive, and I have already tried every permutation, but thanks for you suggestions!
Hi there Anonymous
If you begin a measure with a table reference immediately after the equals sign, the only acceptable table reference (to Intellisense) would be a table that contains at least one measure, since Intellisense assumes you are starting to write a measure reference of the form 'Table'[Measure].
By any chance does 'Purchase Orders' contain at least one existing measure, while 'Purchase Order' contains no measures?
In any case, I would not recommend including a table name with a measure (if that is what you were doing).