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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Make filters match on different pages

Hello,

I have 2 pages :

  • 1 for my actuals with the following filter:  mladird_0-1725029063497.png

     

  • 1 for my "year to date" with the filter (Year to date up to month 3, YTD up to month 6, and so on) : mladird_1-1725029083600.png

     

I've created a graph on my Actuals page that is working perfectly fine, but that is not working for YTD. The thing is for my filter in Actuals i have 2 level (quarter, month), and for my YTD page i have only 1 level (the YTD for each quarter). 


Is there an (easy) way that when I click on YTD 3 for instance it gives the exact same graph as if I've would I have clicked on quarter 1 on my "Actuals" page ? (and the same goes for YTD 6 > Quarter 2, YTD 9 > Quarter 3, YTD 12 > Quarter 4) ? 

 

Thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Based on the description, go to the view tab and select sync slicers.

vjiewumsft_0-1725245903287.png

Then, select the YTD slicer. Choose the sync and visible.

vjiewumsft_1-1725245914619.png

Select the YTD and the table visual in actual page is quarter 2.

vjiewumsft_2-1725245922919.png

vjiewumsft_3-1725245929651.png

Best Regards,

Wisdom Wu

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

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

Based on the description, go to the view tab and select sync slicers.

vjiewumsft_0-1725245903287.png

Then, select the YTD slicer. Choose the sync and visible.

vjiewumsft_1-1725245914619.png

Select the YTD and the table visual in actual page is quarter 2.

vjiewumsft_2-1725245922919.png

vjiewumsft_3-1725245929651.png

Best Regards,

Wisdom Wu

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

dharmendars007
Memorable Member
Memorable Member

Hello @Anonymous , 

 

I'm not sure YTD DAX you have used..But based on the slicer you are mentioning, You can try this below YTD measure it will work for all slicer you select.

CALCULATE([Your Measure],
                            FILTER(ALLSELECTED('Date Table'),
                                'Date Table'[Date] <= MAX('Date Table'[Date])))

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

Anonymous
Not applicable

For YTD, there is no DAX formula per say as there are already predetermined in the excel file i have collected my data from.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.