Forum Discussion
2 separate matrices displaying different values from one table
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
- lbendlin4 years agoSuper User
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.- simona08084 years agoHelper I
Sent you a private message. I will publish the solution here once I have a result
- lbendlin4 years agoSuper User
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.