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
Hi,
I am using concatenex to retrieve several values from a filter.
Solved! Go to Solution.
Hi @JackWren
This should do the trick: a " character can be entered as two double-quote characters inside a string literal. A single double-quote character therefore appears as four " in a row 🙂
CONCATENATEX (
VALUES ( DIM_Products_Desc[Fruit] ),
"""" & DIM_Products_Desc[Fruit] & """",
","
)
Hi @JackWren
This should do the trick: a " character can be entered as two double-quote characters inside a string literal. A single double-quote character therefore appears as four " in a row 🙂
CONCATENATEX (
VALUES ( DIM_Products_Desc[Fruit] ),
"""" & DIM_Products_Desc[Fruit] & """",
","
)
Thank you so much ! It works beautifully
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 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |