Forum Discussion

ConnorH's avatar
ConnorH
Icon for Microsoft Employee rankMicrosoft Employee
5 years ago
Solved

Filtering a table to a new table

I am not really sure how to go about an issue I came across.    I have a table called status containing columns such as: Project ID Status Extract Status Change Date Created date 13568 3...
  • W_G_Ryan's avatar
    5 years ago

    I'm not totally sure I follow the goal, but if you're familiar with Lag and Lead in SQL, is the idea that if there's a Lead value on the date, to leave the column blank?  If so I think this is what you're looking for.  Still new myself but I used this a while ago and I think this will work if I follow ask correctly:

    https://community.powerbi.com/t5/Desktop/Lead-and-Lag-in-DAX/td-p/649162