Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
mnayar
Regular Visitor

Get list of all values of a field selected in Field Parameters

Expected Output for Measure - "a, b, c" or "x, y, z" 

Current Output - "category 1" or "category 2"

mnayar_3-1689953306449.png

 

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

mnayar_2-1689953193801.png

 

Table 1:

mnayar_0-1689953086559.png

 

Table 2:

 

mnayar_1-1689953143224.png

 

 

1 REPLY 1
AnthonyGenovese
Resolver III
Resolver III

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! 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.