The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
11 | |
9 | |
8 |