Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Count rows if between a certain time period in PowerQuery

Dear all,   For below earlier asked question I've received the following DAX expression, which I'm very grateful for:   Your Count = VAR timeFilterStart = 'Datasource'[Timestamp] - TIME(0,0,600)...