Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BartzD01
Regular Visitor

Value Allocation

I apprieciate if you can help at the following issue. 

At a Column {A} with 20 values I want to allocate an amount “X” proportionally based on the percentage contribution of the sum of the top 10 values of the column {A} and make a new column {B} with the new results (Col A + allocated values at top ten column {A} values).

The X value will be user entry value.   

3 REPLIES 3
v-shex-msft
Community Support
Community Support

HI @BartzD01 ,

It is hard to coding formula without any detail information. Can you please share some sample data with expected result for test?

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Thanks for answering. Please find below example:

image.png

At col A I have the value from 5 -100. The Top 10 values is from 55 - 100. Based on that assumption (top 10) I have to allocate an amount (50) proportionaly only at the top 10 and make a new column that will include the col A and the allocation of the amount(50).

HI @BartzD01 ,

You can use following calculated column formula to calculate total amount of 'current row value' + 'top 10' records:

Column B =
VAR offset =
    SUMX ( TOPN ( 10, Table, [AmountA], DESC ), [AmountA] )
RETURN
    [AmountA] + offset

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.