Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
dador33
Frequent Visitor

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.

Value_same_matrix.PNG

5 REPLIES 5
v-xulin-mstf
Community Support
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!

 

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,.

extension.PNG

 
v-xulin-mstf
Community Support
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/1...

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!

Mohammad_Refaei
Solution Specialist
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.

 

m_refaei_0-1628036393722.png

 

Please check this sample file

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

is another function exists?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.