Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/references/release-notes/3_26_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Check out our [release blog](https://blog.tabulareditor.com/) to get a brief ove
- The Semantic Analyzer now emits suitable warning / error messages, when an UDF is called with a parameter that doesn't match its declared type (e.g. passing a scalar value to a `TABLEREF` parameter, etc.)
- The semantic analyzer now reports an error when `IGNORE` is used anywhere other than directly as an expression argument of `SUMMARIZECOLUMNS`, matching engine behavior.
- The semantic analyzer now supports the new optional component and escaping parameters introduced for the `NAMEOF` function in Power BI Desktop April 2026. Valid component keywords are `TABLE`, `COLUMN`, `MEASURE`, `CALENDAR`, `FULL`, `SELF`, `PARENT`; valid escaping keywords are `ESCAPED`, `UNESCAPED`, `MINIMALLYESCAPED`. The return type is unchanged (scalar string). For example, `EVALUATE { NAMEOF([MyMeasure], TABLE, MINIMALLYESCAPED) }` returns the table name component of a fully qualified measure reference.

<br/><br/>
- **Semantic Bridge improvements**
- Importing a Databricks Metric View now carries the view's metadata into the semantic model.
- `comment` becomes the description on the model, dimensions, and measures.
Expand Down
Loading