DAX Function

CONCATENATEX Power BI DAX exercises.

These concepts all use CONCATENATEX. Work through related PBIX exercises, compare the patterns, and submit numeric answers to save your progress.

View all DAX functions

4Related concepts

Concepts Using CONCATENATEX

Creating Dynamic Labels and Tooltips with DAX Measures

Learn to create dynamic labels for card visuals and detailed tooltips for charts using various DAX functions to enhance report interactivity and user experience.

Creating Dynamic Visual Labels and Tooltips with SELECTEDVALUE and CONCATENATEX

Learn to create dynamic and informative visual labels and tooltips in Power BI using SELECTEDVALUE for single/multiple selections and CONCATENATEX for summarized lists.

Dynamic Report Title with Slicer Selections using ISFILTERED, VALUES, and CONCATENATEX

Learn to create a dynamic measure for a report title that automatically updates based on user selections in a slicer, handling single, multiple, or no selections.

Dynamically Displaying Product Names Based on Filter Context Using VALUES and Conditional Logic

Learn to create a DAX measure that dynamically displays product names in a table, showing a single product, a list of multiple products, or a specific message for aggregated totals, leveraging the VALUES function.