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
Hello,
I cant seem to convert this to a date. The column goes something like below:
Solved! Go to Solution.
Hello,
does it always starts with the string "Forecastsnap"? If yes, it's easy, add a personalyzed column
if Text.StartsWith([ColumnName], "ForecastSnap") then Text.Middle([ColumnName], 12, 10) else null
Hello,
does it always starts with the string "Forecastsnap"? If yes, it's easy, add a personalyzed column
if Text.StartsWith([ColumnName], "ForecastSnap") then Text.Middle([ColumnName], 12, 10) else null
It worked! Thank you!
😉
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.