Hi Guys
This is an expression I would use in DAX in a calculated column, but I have been struggling all day to find the equivalent in M.
Could someone please help?
This is in a table called Query, where the only column is a datetime column called "Value". It makes a new column where on each row it counts the rows in the table "Delays" If [DTbegin] > [Value].
Here is the DAX expression:
= Calculate(Count(Delays[DTBEGIN]),Filter(Delays, Delays[DTbegin] > [Value]))


Report
All responses (
Answers (