-
Notifications
You must be signed in to change notification settings - Fork 15
Add docs for new Calendar Editor and validation rules #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents the new Calendar Editor feature introduced in the January 2026 release of Tabular Editor 3. The documentation provides comprehensive guidance on using the multi-calendar manager view for creating and maintaining calendars with real-time validation.
Changes:
- Updated the calendars documentation to cover the new Calendar Editor UI
- Replaced references to the old "Edit Column Mappings..." dialog with the new unified editor experience
- Added detailed documentation on the Calendar Editor layout, calendar management operations, and column association configuration
- Documented four real-time validation rules enforced by the Calendar Editor
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mlonsk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MariaJoseFF Finished my review, have a few comments. Let me know if you want more clarification :)
content/tutorials/calendars.md
Outdated
| - Select the **primary column** that represents that time unit (e.g. `Date`, `Year`, `Month`, `Week`, etc.). | ||
| - Optionally select **additional associated columns** that represent the same time unit in a different format (for example, numeric month vs. month name, or alternative labels). | ||
|
|
||
| This replaces the older *Edit Column Mappings...* dialog and provides a unified, multi-calendar experience directly within the editor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a read more option with a link to SQLBI explanation of assosciated colums?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mlonsk are the following references enough in first paragraph or do we need to add the link on relevant sections like associated and time-related columns?
Introducing Calendar-based Time Intelligence in DAX (SQLBI)
Calendar-based Time Intelligence Preview (Microsoft)
mlonsk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MariaJoseFF Just one comment about structuring the doc
Expanded "Calendars" docs to cover the January 2026 Tabular Editor 3 Calendar Editor, including usage, layout, calendar management, column mapping, and real-time validation rules. Replaced references to the old column mappings dialog and improved formatting throughout.
- Fix typos (Righ-click, duplicate words, Unicode dash) - Add Calendar > Edit Calendar... menu option - Fix behavior description (first calendar selected by default) - Restore Column Mappings Dialog section - Correct time units table (15 units: 5 complete, 10 partial) - Fix layout description (left grid, right context panel) - Update validation rules to match implementation - Add Calendar Editor screenshots Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…rnatives - Reorganized documentation to present Calendar Editor before Column Mappings Dialog - Added SQLBI and Microsoft reference links for calendar-based time intelligence - Clarified distinction between primary column mapping and associated columns - Added Time-Related Columns section with lateral/hierarchical shift behavior - Added complete dependency alternatives for partial time units (Week of Month, Day of Month, Day of Week) - Added new images for Associated Columns panel, Time-Related Columns panel, and Collection Editor Column Group - Fixed "Applying Changes" section to clarify local model vs disk save behavior Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5ddaa15 to
bf5ad8c
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-249.westeurope.azurestaticapps.net |
…screenshots - Add step-by-step instructions for mapping columns to time units - Add tooltips documentation for complete and partial time units - Add example section showing how to use partial time units with data preview - Add screenshots: dropdown selection, tooltips, dependency errors, cross-calendar validation - Update partial time units table with bullet points for dependency alternatives - Add co-author Maria José Ferreira - Fix validation section descriptions and add validation error images Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-249.westeurope.azurestaticapps.net |
Expanded "Calendars" docs to cover the January 2026 Tabular Editor 3 Calendar Editor, including usage, layout, calendar management, column mapping, and real-time validation rules. Replaced references to the old column mappings dialog and improved formatting throughout.