This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a table like this:
| Department | Other Department | Allocation |
| A | B | 20% |
| A | C | 80% |
| B | A | 50% |
| B | C | 50% |
| C | A | 40% |
| C | B | 60% |
How can I calculate the final allocation percentage in power query?
| Department | Other Department | Final Allocation |
| A | B | ?% |
| A | C | ?% |
| B | A | ?% |
| B | C | ?% |
| C | A | ?% |
| C | B | ?% |
Dear Stephen, thx for your reply. The logic is, take A allocation to C for example, firstly A allocate 20% to B, and 80% to C, secondly, B allocate 50% to C, so final A to C is 80%*A + 20%*50%*A = 90%.
Hi @Anonymous ,
What's your final allocation?
Please show me your expected results.
Below is your raw data, right?
Below the "Final Allocation" field is your expected result, right?
Please tell me what the corresponding expected result is, and the calculation logic.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.