Forum Discussion
Anonymous
5 years agoNot applicable
Summarizing filtered row values in DAX and sorting by Datetime
Hello, I am pretty new to DAX, so please excuse me if what I am trying to show you is not 100% clear. I have a table in my dataset that contains the columns shown below: DateTimeStartOfHour...
mwegener
5 years agoMost Valuable Professional
Hi Anonymous ,
try this.
sum of sensor_200 and sensor_201 = CALCULATE(SUM('Table'[Value]), 'Table'[SensorName] in {"sensor_200","sensor_201"} )