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
Expected Output for Measure - "a, b, c" or "x, y, z"
Current Output - "category 1" or "category 2"
Current Measure -
concatenated values = VAR __SelectedValue =
SELECTCOLUMNS (
SUMMARIZE ( Parameter, Parameter[Parameter], Parameter[Parameter Fields] ),
Parameter[Parameter]
)
RETURN CONCATENATEX ( __SelectedValue, Parameter[Parameter], ", " )
I have a field parameter
Table 1:
Table 2:
Field parameters doesn't work like that.
What I would recommend you do is in Power Query, merge and pivot your data so it looks like this
Cat 1, A
Cat 1, B
Cat 1, C
Cat 2, X
Cat 2, Y
Cat 2, Z
That way you can create a relationship to your parameter table or simplye use a slicer from the table you created.
If this post was helpful, please kudos or accept the answer as a solution.
~ Anthony Genovese
Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!
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.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |