Forum Discussion
monthly chart over between date slicer
Hello Experts, when I use between date slice, I want to have all months inside between date slicer in the month axis. For the attached file, have individual value for Nov 2018 till Oct 2022 month by month .
Regards
https://drive.google.com/file/d/1jwefyB_F6yzERvGUPxfu86QggfBUtbeo/view?usp=sharing
Hi, koorosh
Check this example:
https://www.dropbox.com/s/n8pug4qz7x7xg16/Test3_onedrive%28allure-analytics.com%29.pbix?dl=0
You shoud use year also in your x-axis, not only month in order to get all dates. I've created a simple hierarhy (year-month-day) and use in X-Axis. If you want, you can enable auto-time intelligence and use date hierarchy at the same way.
Did I answer your question? Please Like and Mark my post as a solution if it solves your issue. Thanks.
Appreciate your Kudos !!!
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/
6 Replies
- ALLUREAN
Solution Sage
Hi, koorosh
Check this example:
https://www.dropbox.com/s/n8pug4qz7x7xg16/Test3_onedrive%28allure-analytics.com%29.pbix?dl=0
You shoud use year also in your x-axis, not only month in order to get all dates. I've created a simple hierarhy (year-month-day) and use in X-Axis. If you want, you can enable auto-time intelligence and use date hierarchy at the same way.
Did I answer your question? Please Like and Mark my post as a solution if it solves your issue. Thanks.
Appreciate your Kudos !!!
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/
- serpiva64
Solution Sage
Hi,
i'm not able to open it.
- koorosh
Post Partisan
Please try again.
- serpiva64
Solution Sage
Hi,
if this is what you need i think the easiest way is to create a calculated column:
YearMonth = Date_Dim[Year]&"-"&Date_Dim[Month]and use it in axis XIf this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !