Forum Discussion

Pricey79's avatar
Pricey79
Helper V
5 years ago
Solved

Status Change Help Please

Hello, I was hoping someone could help me please.   I have a column called Status of which the data comes from a dataflow, of which I dont have access to control/change. Is there a way in power BI...
  • amitchandak's avatar
    5 years ago

    Pricey79 ,

    a new column

    = if([Status]= "Approved", [Date], blank())

     

    a new measure

    maxx(filter(Table[Status]= "Approved"), [Date])

     

    USe measure with id or something for which you are looking for status change

     

     

    or

    Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.