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 trying to clean and transform this file but how do I move the date to the "date" column and J$ the Currency ID column in the fews instances where this is happening.
Help anyone... Thanks
@MykieJ Try creating new columns like these and then removing the old Date and Currency ID columns:
New Currency ID
= if [Currency ID] = null then [Date] else [Currency ID]
New Date
= if [Currency ID] = null then [Type] else [Date]
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.