This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I have a stacked bar chart with the date field on the x axis and the payment amount on the y axis. Given the time period being shown on the chart, I need to do the following:
1. Add a zoom slider on the x axis.
2. Show/Bin the time as Month-Year.
When I use add the date as a date heirarchy on the x axis, the x-axis zoom slider is not available. I can only see it if I add the date field as the date field - which plots the visual by the actual date in the column and I need it combined/grouped by month.
Does anyone know how I could add the zoom slider and also group the data by month?
Thank you!
Solved! Go to Solution.
Hi , @newpbiuser01
The Zoom Slicer visual requires a numeric field to work properly.
For your need i think we can create a calendar Date table as a dimension, and we can create a calculated column like this:
Column 2 = EOMONTH([Date],-1)+1
Then we put this column as the X-axis:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @newpbiuser01
The Zoom Slicer visual requires a numeric field to work properly.
For your need i think we can create a calendar Date table as a dimension, and we can create a calculated column like this:
Column 2 = EOMONTH([Date],-1)+1
Then we put this column as the X-axis:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi!
I have a similar problem but on x-axis instead of just date I have datetime, how can i get a zoom slider for x-axis in this case?
Thanks!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 33 | |
| 25 | |
| 24 |