Forum Discussion
Carlaf
3 years agoFrequent 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 the...
v-henryk-mstf
3 years agoCommunity Support
Hi Carlaf ,
You can try formula like below:
Selected Values =
CONCATENATEX(
VALUES('Table'[Month]),
'Table'[Month],
"; "
)
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.
- Carlaf3 years agoFrequent Visitor
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