Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-234.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This pull request adds documentation for the CustomData feature in Tabular Editor 3's impersonation functionality. The CustomData feature allows users to pass custom string values through connection strings that can be accessed in DAX expressions, primarily for implementing dynamic row-level security scenarios.
- Adds a new "CustomData" section explaining the feature and its use cases
- Includes three new screenshot images showing the impersonation UI with CustomData support
- Updates the document modification date to the current date (2026-01-08)
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/getting-started/refresh-preview-query.md | Added CustomData section with explanation, examples, and links to technical documentation |
| content/assets/images/select-impersonation.png | New screenshot showing the impersonation selection dialog |
| content/assets/images/impersonation-dropdown.png | New screenshot showing the impersonation dropdown menu |
| content/assets/images/impersonation-customdata.png | New screenshot showing the CustomData input field in the impersonation dialog |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| The CustomData feature allows you to pass a custom string value that can be used in DAX expressions, typically for implementing dynamic row-level security scenarios. This feature can be combined with any of the impersonation options described above, including **No Impersonation**. | ||
|
|
||
|  |
There was a problem hiding this comment.
The image alt text "Select Impersonation" should be updated to be more descriptive of the CustomData feature being shown, such as "CustomData input field" or "Impersonation with CustomData".
|  | |
|  |
Added customdata section for impersonation