A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
Hi @MushiMushi ,
Microsoft Analysis Services offers a flexibility to create time dimension while creating a multidimensional model. In Analysis Services time dimension can be generated in two ways:
- Generate a time table in the data source
- Generate a time table on the server
If you used "Generate a Time Table on the Server" (first page of Dimension Wizard) option originally, you can change CalendarEndDate, work with dimensions from Visual Studio and browse dimensions should work. By working from the dimension in Visual Studio, you are forcing the deployment of the new definition.
If it is generated from your data, you must change the underlying data provided through the data source view to change the dimension range.
For more information, please refer to: Extension\Expansion of Time Dimension in Analysis Services.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.