Forum Discussion

_Kevin_'s avatar
_Kevin_
Icon for Helper I rankHelper I
6 years ago

Percentage split to existing rows.

Hi please assist.

 

I have a table as follows:

 

ProductAmount
A110
B120
C115
A/B100
Tot445

 

Some values need to be split by percentage, so I have the following table:

 

ProductAB
A/B40%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:

 

ProductAmount
A150
B180
C115
Tot445

 

I'd prefer Dax, but will revert to Query editor if that is the suggested option.

 

Thanks

Kevin