Forum Discussion
Zoom Slider with Date Hierarchy
- 3 years ago
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)+1Then 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!