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
I have an Azure SQL file that lists mobile devices. One field is the DeviceOS, which is formated as follows:
Android 8.0.0
iOS 12.4.0
Android 7.1.2
and so on.
I created a new column with the following DAX formula:
Solved! Go to Solution.
Hi @bschmiedeler,
My suggestion is:
1) Using PowerQuery;
2) Split column "DeviceOS" by Delimeter;
3) Select "Space" as delimiter;
4) Split at Right-most delimiter;
5) Change the second column type, from "Int64.Type" to "type text"
From:
To:
Hi @bschmiedeler,
My suggestion is:
1) Using PowerQuery;
2) Split column "DeviceOS" by Delimeter;
3) Select "Space" as delimiter;
4) Split at Right-most delimiter;
5) Change the second column type, from "Int64.Type" to "type text"
From:
To:
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.