Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi please assist.
I have a table as follows:
| Product | Amount |
| A | 110 |
| B | 120 |
| C | 115 |
| A/B | 100 |
| Tot | 445 |
Some values need to be split by percentage, so I have the following table:
| Product | A | B |
| A/B | 40% | 60% |
I would like the result to show the split value added to their appropriate products and removed from the existing rows. The result would be:
| Product | Amount |
| A | 150 |
| B | 180 |
| C | 115 |
| Tot | 445 |
I'd prefer Dax, but will revert to Query editor if that is the suggested option.
Thanks
Kevin
Hi @camargos88
Excellent answer, thanks for the help.
My corporate security wouldn't let me access the file so took a while to get it.
regards
Kevin
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.