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
Rathai
New Member

undefined

Hi,

I have slicer with period type - monthly, quarterly and weekly. In another slicer(time period) based on the period selection i need to show display data.

For mothly/weekly  - monthname - year 

For quarterly - quarter-year

All the columns I have taken from date table

Using field parameter i have achieved the toggle change like mentioned above.

But the client requirement is whatever month they choose then corresponding quarter-year should be selected when they toggle from monthly to quarterly in the time period slicer .

For ex if i select Apr-2025 in monthly and when toggled to quarterly Q2-2025 should be selected dynamically in slicer. In parameter when i toggle it is resetting the selection to default value

 

Please let me me if there is any possible solution for it

3 REPLIES 3
Akash_Varuna
Community Champion
Community Champion

Hi @Rathai create a measure like Corresponding Quarter-Year to determine the quarter for the selected month using DAX. While slicers can't automatically update selection values, use this measure to guide the user visually or filter visuals dynamically. Field parameters reset by design, so consider bookmarks or buttons to maintain context during toggling. Add tooltips or indicators to help users identify the corresponding quarter when toggling slicers.

v-hjannapu
Community Support
Community Support

Hi @Rathai,

Thank you  for reaching out to the Microsoft fabric community forum.

You're using a slicer to switch between Monthly, Weekly, and Quarterly views using field parameters that part is working well. But the issue is, when someone selects a month like Apr-2025 and then switches to Quarterly view, it doesn't automatically highlight the matching quarter Q2-2025. Instead, it resets or shows something else.

This is actually expected in Power BI because when we switch fields using a field parameter, slicer selections don’t carry over  it resets every time the field changes.

To handle this smoothly, here’s a workaround you can try:
Keep your current view toggle as it is.Create a new custom column (like a unified period column) that shows Month-Year or Quarter-Year depending on the selected view.Use that column in a separate slicer and hide it if needed.If you want to go one step further, you can create a small mapping table that connects months and quarters, so Power BI can switch between them smoothly.

 If this answer was helpful, please consider marking it as Accepted Solution and giving a Kudos, it helps the community.
Regards,
Harshitha.

Hi @Rathai,

Just wanted to check if you had the opportunity to review the suggestion provided?

If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.

 

Regards,

Harshitha.

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.