See this link. I guess currently you don’t have an elegant way to handle this via the visual.
However, if you bring in a calendar table in your dataset and do a left join (Calendar on Left) and your Fact table on the right side of join and then use the date from the Calendar table that would always show up in the visual whether you have data for the period or not.
You can do a test with a small dummy dataset and once confirmed apply on your dataset.