Forum Discussion
DAX Formula
- 8 years ago
I was able to get my formulas working using calculated columns.
It is essentially type ahead/intellisense type functionality so if you start typing typing "t" then the tables and measures that start with "t" will show up.
- mbd8 years agoHelper I
Thanks, but the problem is even as I continue to type in the complete name of the table, it doesn't show up. So when it's typed into the DAX formula the color of the font is grey and I can't use any of the data in the table for calculations.
- jthomson8 years agoSolution Sage
It could be the case that the relationships in place between tables mean that the one you want doesn't work in the context you're using
- mbd8 years agoHelper I
Even if I'm only using data that is contained only within the table I'm trying to create the measure for?
This table has no relationships to other tables in this file and doesn't need to. This table has everything it needs to calculate the measure.