Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
So I have created field parameters and a slicer to put into a matrix. Now I tried to use a dynamic heading for these parameters, so it always shows the selection of the measures.
I used this DAX:
"Comparison of values " & CONCATENATEX(
VALUES(Fluctuation[Selection_Measure Fields]),
Fluctuation[Selection_Measure Fields],
", "
)
But the result of the title is is as follows:
In my Measure selection the names I have given the measures in the parameters are shown:
How can I use those in my title?
Thank you for any help!
Solved! Go to Solution.
Solved it myself: Values it not necessary, I only used Concatenex and then the [Selection_Measuer] and it worked
Solved it myself: Values it not necessary, I only used Concatenex and then the [Selection_Measuer] and it worked
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 198 | |
| 126 | |
| 102 | |
| 68 | |
| 51 |