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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
ggualdi
New Member

Filter a table with the values from another table

Hi, I'm new in this forum, hope some one can help me to solve the issue below.

I have a power bi report with two pages, each page with a visual table reading from the same data source.

The data source contains Contract data, each Contract can have more than one Line Item, and each Line Item can have a different Supplier.

The first page have a slicer on the Supplier (single selection), and it shows shows only the Contracts having at least one Line Item with the selected Supplier.

Then in the second page, I have to show the whole Contract amount, including the amount affecting different Suppliers not only the one selected in the first page.

For this reason, I apply the Supplier Slicer ONLY to the first page and not to the second page.

The need is that the second page should show ONLY the Contracts shown in the first page.

Is there any possible solution ?

Thank you in advance

Guido

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @ggualdi 
Thank you for reaching out microsoft fabric community forum.

You're right not to sync the slicer to the second page, since the goal is to show all line items for the contracts that match the supplier filter on page 1 — even if some of those line items belong to different suppliers.

Here’s one way to handle this:

  • On page 1, keep your existing slicer on Supplier (single selection) — this filters the list of contracts correctly.
  • Then, create a DAX logic that captures the list of Contract IDs visible on page 1 (based on the selected Supplier).
  • On page 2, use that list to filter the table so it shows all line items for those contracts, regardless of Supplier.

If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @ggualdi 

I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.

 

Anonymous
Not applicable

Hi @ggualdi 
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.

Anonymous
Not applicable

Hi @ggualdi 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

Thank you.

Anonymous
Not applicable

Hi @ggualdi 
Thank you for reaching out microsoft fabric community forum.

You're right not to sync the slicer to the second page, since the goal is to show all line items for the contracts that match the supplier filter on page 1 — even if some of those line items belong to different suppliers.

Here’s one way to handle this:

  • On page 1, keep your existing slicer on Supplier (single selection) — this filters the list of contracts correctly.
  • Then, create a DAX logic that captures the list of Contract IDs visible on page 1 (based on the selected Supplier).
  • On page 2, use that list to filter the table so it shows all line items for those contracts, regardless of Supplier.

If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.

Deku
Super User
Super User

You can sync slicers so they affect other pages

 

https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers?tabs=powerbi-deskt...

 

 


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Hi Deku, of course I know that slicers can be sync .. but this is exactly what I cannot do. As indicated in my question, the second page must show all the Line Items in the Contract, including those booked against Supplier different from the one filtered in the selection.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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