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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Carlaf
Frequent Visitor

placeholder

Good morning,

 

i would like to print all the parameters selected in a field.

Parameter= month

I've got only one of the selected month .... Parameters!DATAmonth.Value(0)

How can i get all of them?

 

Thanks

C

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @Carlaf ,

 

You can try formula like below:

Selected Values = 
CONCATENATEX(
VALUES('Table'[Month]),
'Table'[Month],
"; "
)

vhenrykmstf_0-1662428993443.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, thanks for the reply.

I didn't explain well... I'm talking about the power bi paginated report.

I created a parameter and i want to select from there more than a field and see the description in a placeholder that i'm creating on the page...

with -->  Parameters!DATAmonth.Value(0)  --- i can have only a field

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors