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
simona0808
Helper I
Helper I

2 separate matrices displaying different values from one table

Hi everyone!

I am trying to create 2 matrices that are populated with data from the same table [Navigation]. The problem is I want matrix1 to show the first 5 values from that column and in the next matrix to show the rest of the values. Is it possible for someone to give me some advice on how this should be done?

For example:

Column X          

NY                     

LA                      

London

Mexico

Viena 

Prague

 

1st matrix -> NY LA LONDON, 2nd matrix -> MEXICO, VIENA, PRAGUE

7 REPLIES 7
lbendlin
Super User
Super User

Power BI has no idea what "the first 5 values " means unless you provide some sort criteria, or an index column.  Does your source data have one of these?

My table has a rowID column

Please provide sanitized sample data that fully covers your issue.

Please show the expected outcome based on the sample data you provided.

Sent you a private message. I will publish the solution here once I have a result

You can selectively disable interaction for individual visuals. That will proctect them from the overall filter context that is coming from the data model. You can apply individual filters.

 

- put two slicers on your page

- feed them from the same table

- disable interactions for both of them

- apply visual level filters to each slicer visual as needed.

 

As long as you only need to call URLs that might be sufficient.

 

Another, less convoluted alternative may be the new bookmark/page navigator functionality, although I don't know if that supports URLs too.

 

On a personal note: If you need to include dozens of navigation buttons in Power BI then you may want to rethink your UX expectations.

Thank you very much for the suggested ideas. I created the slicer with the URL but I think slicers in powerBI doesn't offer the web URL icon. 

You can abuse table visuals as pseudo slicers .  They support the icons.

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.

Top Solution Authors