Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

How to sum specific rows

Hi everyone!   I'm a new user of Power BI and am slightly stuck.   I have three columns. One is timestamp over a year, the other is a list of about 20 locations  and the last is all the values as...
  • themistoklis's avatar
    7 years ago

    Anonymous


    Create a measure like the followig one:

    MEASURE =  CALCULATE(SUM('Table'[Values]), 'Table'[Location] = "London")