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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
derekjdmurphy88
Regular Visitor

Different slicers for different columns in one product matrix

Hi , I'm looking for help regarding slicers to a matrix. I have 5 slicers which I want to show different periods in each column but I'm running into issues. 1. It will only show in the figures if I select the first slicer selection in all 5 slicers. 2. When I try and select a different period from the first slicer the matrix just goes blank.

I've created 5 tables- one for each column and created relationships with each table to the data table. 

Next I've set up a measure for the

17375595335427528568794890961629.jpg

different slicers.

Next I have set up another measure for the column 

17375598873436565501758511369953.jpg

 But it doesn't seem to work. As previously mentioned it will only show the same information if all slicers are selected are the same 

17375600822267587036610943131356.jpg

 Any help on this would be very much appreciated  please and thank you 

1 ACCEPTED SOLUTION
derekjdmurphy88
Regular Visitor

Thanks a million for taking the tim to help me with this query tom really appreciate  it.  This has been most helpful.  Thanks again 

View solution in original post

2 REPLIES 2
derekjdmurphy88
Regular Visitor

Thanks a million for taking the tim to help me with this query tom really appreciate  it.  This has been most helpful.  Thanks again 

Anonymous
Not applicable

Hi @derekjdmurphy88 ,
Based on this problem of yours, it may be caused by the fact that the slicers of multiple dates are not uniformly scheduled, and power bi is not able to recognize the correct interval for each slicer, but of course there is a solution for this, and the following is the solution that I have provided for you:

Sales for Slicer 1 = 
CALCULATE(
    [Total Sales],
    FILTER(
        'Sales Table',
        'Sales Table'[Date] IN ALLSELECTED('Table 1'[Date])
    )
)
Sales for Slicer 2 = 
CALCULATE(
    [Total Sales],
    FILTER(
        'Sales Table',
        'Sales Table'[Date] IN ALLSELECTED('Table 2'[Date])
    )
)

vxingshenmsft_0-1737614705056.png

We let each of our filters only for their own table for the date of the filter, so as not to affect the other table filters, so as to achieve the effect you need, I hope this will be helpful to you!
If you have any further questions you can check out my pbix file, I would be honored if I could solve your problem!

Hope it helps!

Best regards,
Community Support Team_ Tom Shen

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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 community update carousel

Fabric Community Update - June 2025

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