Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
KGOLSEN
Frequent Visitor

Create a duplicate a column as a measure using DAX?

My issue is somewhat unique (and eternally frustrating).

 

I need to preface that in my current role that I am unable to alter models. Meaning I can't make new calculated columns or create relationships. This makes things very frustrating when trying to perform seemingly simple tasks.

 

My current issue that I am attempting to tackle is to simply duplicate a column, but as a Measure so that I can perform a Lookup function. I know that it is simple to do this with a calculated column, but I am working with pretty limited control.

 

Please help 😕

 

Thank you

1 REPLY 1
Daniel29195
Super User
Super User

@KGOLSEN 

i didnt totally understand your requirement, 

however , in a measure, you can use addcolumns function, and add columns to a temp table created in the measure. 

 

 

this way, in this temp table, you can duplicate columns as much as you need. 

 

hope this helps .

 

if not, please share a presentation of what you want to achieve .

 

 

best regards ,

 

 

If my answer helped sort things out for you, i would appreciate a thumbs up 👍 and mark it as the solution
It makes a difference and might help someone else too. Thanks for spreading the good vibes! 🤠

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors