Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, i have an excel data table with multiple values:
One of these rows contains data which has a faulty definition i cant change the rawdata.
Is is possible in Power bi or by SQL code before dataload?
Example of existing data:
| Type | Subgroup | Value |
| Test 1 | Mix | 100 |
| Test 1 | A | 200 |
| Test 2 | B | 200 |
Which should be transformed into:
| Type | Subgroup | Value |
| Test 1 | Mix | 50 |
| Test 2 | Mix | 50 |
| Test 1 | A | 200 |
| Test 2 | B | 200 |
There is not enough information in your sample data? How do you decide which row to split, and where is the ratio mentioned?
This is just an example, but it is Test 1 with Subgroup Mix which needs to be split in to the 2 Mix subgroups.
The ratio is the percentage between Test 1 and Test 2, in the example, it is 50/50
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |