Forum Discussion
Filter value withj columns in the same Matrix
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!
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,.