Forum Discussion
Yael
9 years agoHelper IV
DAX Measures error
Hello, I'm connecting live to PBI with Tabular model, and having trouble with some DAX measures. I can't create DAX measures with "if" statements... the column name is highlighted in red, but no...
- 9 years ago
Yael all measures need to be aggregated, otherwise you need to use a calculated column (not sure thats possible in a live connection to tabular)
vanessafvg
9 years agoCommunity Champion
Yael all measures need to be aggregated, otherwise you need to use a calculated column (not sure thats possible in a live connection to tabular)
- Yael9 years agoHelper IV
Thanks a lot vanessafvg !