The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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