Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Dinamic rows using tabela

I’m using the table bellow as dinamics rates for the year.

 

And my BI chooses what row it should use, depending on  the vessel (Sonda) and year(Ano).

 

I would like to know, is how can I create a way to choose the rows UNP, when I select the years (ANO) 2018 or 2019 and the slicer Year (ANO) with the option every (All options filtered) ?

 

 

3 Replies

  • v-xicai's avatar
    v-xicai
    Community Support

    Hi Anonymous ,

     

    I am not sure what desired result would you want, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.

     

    Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.

     

    Best Regards,

    Amy

      • v-xicai's avatar
        v-xicai
        Community Support

        Hi Anonymous ,

         

        You may create measure like DAX below.

         

        Measure1 = CALCULATE(MAX(Metas[TFSA]),FILTER(ALLSELECTED(Metas),Metas[SONDA]="UNP"))

         

        Best Regards,

        Amy

         

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.