Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, I have a column with TEXT DATA that represents production numbers.
The format is:
21/00001
21/00002
21/00003
.............
Sometimes the production order is splitted in two different orders and the DB returns a different code:
21/00002
21/00002_02
It's correct to keep the order splitted but for some report I also need to aggregate such orders.
I would like to create a new column where splitted orders have the same code so I could aggregate them. Therefore I would like to have two columns:
ORIGINALE COLUMN
21/00002
21/00002_02
NEW COLUMN
21/00002
21/00002
Do you have any suggestion?
Solved! Go to Solution.
@caseski , In power query you should split into columns based on _
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
@caseski , In power query you should split into columns based on _
https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/
User | Count |
---|---|
70 | |
70 | |
34 | |
23 | |
22 |
User | Count |
---|---|
96 | |
94 | |
50 | |
42 | |
40 |