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
4 changes: 4 additions & 0 deletions content/features/dax-package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ You can use the DAX Package Manager with any model that supports DAX User-Define

> [!WARNING]
> DAX User-Defined Functions is currently (as of November 2025) a preview feature of Power BI. Consider their [limitations](https://learn.microsoft.com/en-us/dax/best-practices/dax-user-defined-functions#considerations-and-limitations) before use.

---

![DAX Package Manager](~/content/assets/images/dax-package-manager-overview.png)
Expand Down Expand Up @@ -70,6 +71,7 @@ Enter your search keywords or the (partial) name of the package, to filter the l

> [!NOTE]
> We currently only show the top 20 packages matching the search criteria. There is no pagination feature yet - this will come in a future update. If you need to browse all available packages, go to the source, e.g. https://daxlib.org.

---

### 4. Package Detail Pane
Expand All @@ -95,6 +97,7 @@ Packages for which newer versions are available, will show an **“Update”** b

> [!WARNING]
> If you remove or update a package in which you have made modifications to the DAX expression of one or more UDFs, you will see a warning message indicating that your changes will be lost.

---

### 5. Update notifications
Expand Down Expand Up @@ -134,6 +137,7 @@ All associated UDFs will be removed from the model.

> [!CAUTION]
> Removing UDFs may cause DAX expressions in other areas of the model (measures, calculation columns, etc.) to become invalid. If this happens, you can always hit **Undo** (Ctrl+Z) to undo the package removal. Use the **Show dependencies** (Shift+F12) feature to identify where the UDFs are used before removing a package.

---

## Technical considerations
Expand Down
Loading