Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Dynamic parameter - DAX

Good morning,  I am trying to create a dynamic paramenter that displays a different value according the the value selected in a filter (called Role). The parameter is set up like below. Desired be...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Thanks DataNinja,

    unfortunatly this solution is not working. With DACH Area role and value owner selecting, I still do not get the breakdown by area.

     

    I have found a different solution. See below: 

    I added the "Area" dimension to the parameter as number 4.

    I have then a middle table between roles and parameter that, based on the role, filter the second table that contains the parameter value (all the roles have values 0,1,2,3 while "DACH Area" have 1,2,3,4.

    The middle table is then connected to the parameter via a multi-one relation with filter direction bidirectional, so that I can filter the parameter from the middle table. 

    Final results below: