Forum Discussion
Anonymous
4 years agoNot applicable
Help with DAX Language
Hello, I'm extremely new to this program, and don't fully understand how the language works. I managed to create a table to display the data I need (see picture) but I really need to create it ...
- 4 years ago
Anonymous
Measure = CALCULATE(SUM([#Negative]), [State] = "Alabama")
Try this!
B.
BeaBF
4 years agoSuper User
Anonymous
Measure = CALCULATE(SUM([#Negative]), [State] = "Alabama")
Try this!
B.
- Anonymous4 years agoNot applicable
This works perfectly, thank you so much!!!!