Forum Discussion
Anonymous
3 years agoNot applicable
DAX
Hi, I have been following an online power BI course and all the measure I have used untill now have worked. however the current one won't work and I can not get my head around it. The problem...
- 3 years ago
Hello,
Try this GDP = CALCULATE(SUM(indicators[Value]), ( indicators[Indicator Code]) = "NY.GDP.MKTP.CD")
You must use " and not '
Dont forget to accept this as a solution if it helped 🙂
Anonymous
3 years agoNot applicable
Thanks a lot, dumb mistake! I will blame it on wathcing too much to the screen