You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
I have created a custom Calendar visual using Charticulator. The idea is to display the days of the month in a calendar format, where dates with same day of the week falls on the same column, ordered horizontally by day of the week and vertically by the week number in the month. This is how it looks like in the Charticulator website after development:
But when it is being used, it does not work properly. If you open the pbix file in the zip file, in the “Calendar” page, this visual is not working properly. This is how it looks like in the PBI desktop:
The issues are:
• The visual does not show borders of the shapes properly.
• It does not display the days of the week at the top properly.
• Although the month selected is Mar 2021, the month is wrong (it is off by 1) on the title (Feb 2021).
Are you able to identify what's wrong with it? there is not much resources in the internet to check what could be the issue.
I have also attached the PBI file, the template file and the pbiviz file.
I have created a custom Calendar visual using Charticulator. The idea is to display the days of the month in a calendar format, where dates with same day of the week falls on the same column, ordered horizontally by day of the week and vertically by the week number in the month. This is how it looks like in the Charticulator website after development:
But when it is being used, it does not work properly. If you open the pbix file in the zip file, in the “Calendar” page, this visual is not working properly. This is how it looks like in the PBI desktop:
The issues are:
• The visual does not show borders of the shapes properly.
• It does not display the days of the week at the top properly.
• Although the month selected is Mar 2021, the month is wrong (it is off by 1) on the title (Feb 2021).
Are you able to identify what's wrong with it? there is not much resources in the internet to check what could be the issue.
I have also attached the PBI file, the template file and the pbiviz file.
Thank you.
Calendar.zip