Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • MAwwad's avatar
    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 🙂