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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone ,
I am trying to create a new measure with same value as of one text column. I have tried with
If that is the Memory issue, and you are using Power BI Desktop, try increasing the Maximum allowed to 16000 under File / Options and Settings / Options / Global / Data Load. Data Cache Management Options.
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
I tried increasing this but still same error message , I have around 57K records in my table
Hi @mansiluthra12 ,
I am not clear on what you are refrerring here to getting text values from a column.
My understanding is you are looking to get all the row-values from a column in a measure concatenated somehow.
If that is the case then consider following scenario. I have a text column as follows:
Now I want to get all the text values from Category column concatenated in a measure. The same values are repeated multiple times in a column. A measure can be written as follows:
concatCategory =
CONCATENATEX ( ClothingSales, ClothingSales[Category], "," )
And this will give you following output:
Let me know if this is what you are looking for.
Thanks,
Pragati
I tried with CONCATENATEX and that gives me same error msg mentioned above.
Basically what I am trying to do is - I have a text column having URL links . I need to use that in my dashboard , but for url icon , I need that field to be in web url datacategory. As, my datasource is analysis service cube , I can neither modify anything exsiting nor can create custom columns . the only thing I can do is create a measure and then modify its datatype.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!