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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I'm trying to pass multiple values parameters to SAP BW by usig a text parameter.
If i write the multiple values hard in "Cube.ApplyParameter" like
{Cube.ApplyParameter, "[P_PRJ]", {{"ProjA", "ProjB", "ProjC"}}},
It works, but if i decline a variable or parameter with the same text and pass it into Cube.Applyparamter, error messages appear, that multiple values are not allowed or it is a invalid MDX command.
#"var Proj" = Text.Combine({"ProjA", "ProjB,", "ProjC"},","),
"""ProjA"", ""ProjB"", ""ProjC""" meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=false]
I would be very thankful for tips or solutions!
Hi Winniz,
thanks für your anwer, but if use a list instead of the parameter it appears following error:
Expression.Error: We cannot convert a value of type List to type Text.
Details:
Value=[List]
Type=[Type]
Hi @tb86 ,
{{"ProjA", "ProjB", "ProjC"}} is a list, but the output value of your variable is not a list.
Best Regards,
Winniz
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |