Forum Discussion
bschmiedeler
6 years agoFrequent Visitor
Use DAX to breakdown iOS and Android OS versions
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 wit...
- Anonymous6 years ago
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:
Anonymous
6 years agoNot applicable
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: