The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Everyone,
I have a calculated DAX column on one of my tables that I'd like to just copy/paste over with the same values. Any way I can do this in Power BI?
@Anonymous, do you want to duplicate the column?
Create a new column and refer you're calculated column,
Column = Tablename[ColumnName]