The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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 |
---|---|
78 | |
77 | |
38 | |
31 | |
28 |
User | Count |
---|---|
106 | |
98 | |
55 | |
49 | |
47 |