This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Team
I have below global volumes and the region wise Volume share which is in %.
Please can you help me with the formula for volume disturbution based on % split mentioned ?
| Total Global Volumes | AMR | EMEA | APAC |
| 15000 | 45% | 15% | 40% |
The split i am looking out is of volumes.
thanks in advance
Prashanth
Could you provide a sample of the result you are trying to achieve
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Hi @shantupm5
Do you have APAC AMR and EMEA stored in the same column? to suggest the adequate formula.
Did it work ? Mark it as a solution to help spreading knowledge
Was this exchange helping? A kudos 👍 would be appreciated
The break up is quite clear. It is in other columns.
The global volume comes from out come of measure.
If your table looks like this
1. I suggest you create a new calculated table using this code
NewTable = UNION(
SELECTCOLUMNS('OriginalTable', "Attribute", "AMR", "Value",'OriginalTable'[AMR]),
SELECTCOLUMNS('OriginalTable', "Attribute", "APAC", "Value",'OriginalTable'[APAC]),
SELECTCOLUMNS('OriginalTable', "Attribute", "EMEA", "Value",'OriginalTable'[EMEA]))
Values = SUM('NewTable'[Value])*SUM('OriginalTable'[Total Global Volumes])
the resut will look like this
Did it work ? Mark it as a solution to help spreading knowledge
Was this exchange helpful? A kudos 👍 would be appreciated
Hi @shantupm5
Are you trying to calculate the volume or the regions based on their %
Did it work ? 👌 Mark it as a solution to help spreading knowledge. A kudos 👍 would be appreciated
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |