Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello everyone,
can i add a new attribute as column in date dimension for year in existing model in desktop? Existing model has incremental refresh setup and already being used for multpiple dashboards/reports in power bi service.
Thank you in advance.
Solved! Go to Solution.
Certainly! Adding a new attribute (column) for the year in an existing date dimension within your Power BI model is a common task. Let’s walk through the steps:
Creating a Date Dimension:
Creating a Date Dimension Using Power Query:
Adding a Year Attribute:
Year = YEAR([Date])
Additional Attributes:
Model View and Hierarchy:
Incremental Refresh Considerations:
For more detailed steps and examples, you can refer to resources like the RADACAD blog post on creating a date dimension or explore other Power BI tutorials123.
Certainly! Adding a new attribute (column) for the year in an existing date dimension within your Power BI model is a common task. Let’s walk through the steps:
Creating a Date Dimension:
Creating a Date Dimension Using Power Query:
Adding a Year Attribute:
Year = YEAR([Date])
Additional Attributes:
Model View and Hierarchy:
Incremental Refresh Considerations:
For more detailed steps and examples, you can refer to resources like the RADACAD blog post on creating a date dimension or explore other Power BI tutorials123.
Thank you