Forum Discussion

dador33's avatar
dador33
Frequent Visitor
5 years ago

Filter value withj columns in the same Matrix

Hi,

I have a power bi matrix, but I wish that when selecting a year it would bring me 3 columns and when selecting another year it would bring me only one column, and the final column would be the variation between one year and the other in%.
Attached image
Thanks a lot.

5 Replies

  • Mohammad_Refaei's avatar
    Mohammad_Refaei
    Solution Specialist

    You can create a table of the 2nd year values and write a measure to capture he values for the selected year based on this table.

     

     

    Please check this sample file

    • dador33's avatar
      dador33
      Frequent Visitor

      Hi the solution is not work because the year is only a String is not calendar . 

      is another function exists?

  • v-xulin-mstf's avatar
    v-xulin-mstf
    Community Support

    Hi dador33,

     

    Maybe you create a custom matrix to meet your need.

    Here's a related bolg that nicely illustrates how to customize the matrix, please refer:

    https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591

    If you still have some question, please don't hesitate to let me known.‌‌

     

    Best Regards,

    Link

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!

  • v-xulin-mstf's avatar
    v-xulin-mstf
    Community Support

    Hi dador33,

     

    Did my solution solve your issue? If the issue has been solved, please adopt the solution to help others.

    If you still have some question, please don't hesitate to let me known.‌‌

     

    Best Regards,

    Link

     

    Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!

     

    • dador33's avatar
      dador33
      Frequent Visitor

      The solution is not what I need, I'm going to put a few screenshots. of how I want it.

      The year slicer is a string type table, it is not a calendar, so when I select year 21 it loads me some metrics that it already creates (as seen in the image), then I create another table that is not related to the model that at the time of press the year to compare, for example 20 brings me a metric (

      Real_comparativo = CALCULATE ( [Eje_Real_ext], FILTER ( ALLSELECTED(Ano[Ano]),Ano[Ano]= SELECTEDVALUE(Ano_compara[Ano_compa]) ) )
      )

      but is not work,.