Forum Discussion

high20zero's avatar
high20zero
Regular Visitor
1 year ago
Solved

Finding Start/End values for record within data log

Hello Community, I'm a newbie here and also learning Power BI. I'm currently creating a dashboard for projects, and one of the specific values is a project estimate change. I am stuck here, and the ...
  • Akash_Varuna's avatar
    1 year ago

    Hi I suppose since your data source is sql database you could use SQL command and some window functions in your particular case to get the described output this is done before the data is loaded into power bi 

    Secondly in power query you can use groupby and some operations on that like for this such as first or las after sorting the Task_Id colmn 

    Third you can achieve this by writing DAX query also

    Hope this helps