Forum Discussion

foging's avatar
foging
Frequent Visitor
3 years ago

What-if parameter to offset individual projects

Hello all experts!

 

I've created some parameters to manipulate a resource planning visual, but the parameters are pretty clunky and affect "everything". I would like to be, expecially for the "project delay" parameter, be able to chose a project and offset only that project. 

Is that possible? I've no good idea where to start, so I'm hoping someone could help me?

 

3 Replies

  • foging , You have to create that many offset and then you can have measure like

     

    Switch(Max(Table[Project])

    "Project 1", [Offset 1 Measure],

    "Project 2", [Offset 1 Measure],

    // add others

    1 //default value

    )

     

     

    • foging's avatar
      foging
      Frequent Visitor

      Ok, I think I got it now, thanks amitchandak !

       

      One question remains. This has to be hardcoded, right? No way to let new projects come in automatically? No way to create a drop down to select project and offset it individually?