diff --git a/content/tutorials/udfs.md b/content/tutorials/udfs.md index 741f1e02..776847d8 100644 --- a/content/tutorials/udfs.md +++ b/content/tutorials/udfs.md @@ -305,11 +305,12 @@ Tabular Editor 3 automatically picks up any comments and displays them appropria ## Limitations -- UDFs are currently a preview feature and may have limitations in certain deployment scenarios - Not all Power BI environments support UDFs (requires specific builds) - UDFs cannot be recursive (call themselves) -- UDFs do not support optional parameters, parameters with default values, or parameter overloading + +> [!NOTE] +> As of June 2026, UDFs are [generally available](https://community.fabric.microsoft.com/t5/Power-BI-Updates-Blog/DAX-User-Defined-Functions-Generally-Available/ba-p/5185738). As part of this, UDFs now support default expressions / optional parameters. However, Tabular Editor 3 currently displays a false error message when the default expression syntax is used. This issue will be fixed in our next update of Tabular Editor 3. --- -UDFs in Tabular Editor 3 provide a powerful way to create reusable, maintainable DAX code. By following these guidelines and best practices, you can build a library of functions that will improve your model's consistency and reduce development time. \ No newline at end of file +UDFs in Tabular Editor 3 provide a powerful way to create reusable, maintainable DAX code. By following these guidelines and best practices, you can build a library of functions that will improve your model's consistency and reduce development time.