Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Continuous Formula

Hi,   Is there a formula I can use that can be a continuous if then statement without having to write it all out?   So far this is my formula for Jan 1,2014:   if(Query1[date opened]="01/01/20...
  • v-lili6-msft's avatar
    6 years ago

    hi  Anonymous 

    The simple way is use RANKX Function to create a calculate column

    Column=RANKX('Date',[Date],,ASC)

     

     

    and here is sample pbix file, please try it.

     

    Regards,

    Lin