Hi,

I am trying to create a DAX measure by doing the following: -

1. I have a measure named "Consumed Data" that gives me the amount of data consumed since the start of the month.

2. I have a city names in a column "City" of table "Location". I want the city to be "London".

So basically sum of Consumed data (from the measure) where table Location and City is London.

How do I write the equivalent DAX expression for this to create a measure?
Thanks.