Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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:
User | Count |
---|---|
60 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
82 | |
62 | |
45 | |
40 | |
39 |