Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have a Power BI Report and I need your help in this problem
I want to make a dynamic title for my visual (is something that I do all the time) but now I have this problem...I have used a field parameters double slicer (one as it comes when you create the parameter and the second by showing the selected field (and more specific the previous in the hierarchy category).
Now I writing this dax in a measure
I use a single-select slicer in my report so the VAR ProductHierarchyValues = VALUES('Products Hierarchy'[Products Hierarchy Fields]) will return a single value. I want this value to be used in my second variable VAR ProductHierarchy = CONCATENATEX(VALUES(COLUMN(ProductHierarchyValues)),ProductHierarchyValues,", ",ProductHierarchyValues,ASC) and dynamicaly change it.
@lbendlin This column 'Products Hierarchy'[Products Hierarchy Fields] used in this variable VAR ProductHierarchyValues = VALUES('Products Hierarchy'[Products Hierarchy Fields])
is the column outcome from the use of field parameters and holds all the column names used in this field parameter. I want to use them and dynamically change the column in the second variable expression VAR ProductHierarchy = CONCATENATEX(VALUES(COLUMN(ProductHierarchyValues)),ProductHierarchyValues,", ",ProductHierarchyValues,ASC)
I writing this dax in a measure
VAR ProductHierarchyValues = VALUES('Products Hierarchy'[Products Hierarchy Fields]) which returns the column name
I don't think so - unless your column name references are stored in that column.
You might be able to do something here with field parameters. Remember that you walking on the edge of the EVALUATE precipice, so step carefully.
Please provide sanitized sample data that fully covers your issue.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.