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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
sindrekb
Frequent Visitor

Apply measure to several categories based on one specific category

Hi, 

 

I have a model for presenting the development of overdue accounts receivables by month, and overdues today (Baan - Current) in the included snip. My business has set a target of 10 % reduction of overdue balance from Year Start to year end. I would like to create a measure which calculates 90 % of open overdue amount at year start (413,25 million --> 90 % of 459,17 million) which applies to all periods as shown in the snip below. 

 

Thank you. 

 

 AR Target - PBI Forum.png

2 ACCEPTED SOLUTIONS

This will apply to all periods, but will show 90 % of the Open amount per period, and not 90 % of the open amount for year start - equal to 413 mill, which I need to be applied to all categories.

View solution in original post

@sindrekb ,
Try this in a new calculated measure:

Target Test =
CALCULATE(
    SUM(ar_db[Open Amount]) * 0.9,
    ALL(ar_db),
    ar_db[Development Status] = "Year start"
)


Output:

Anand24_0-1717595130498.png

 

View solution in original post

4 REPLIES 4
Anand24
Super User
Super User

@sindrekb ,
Not sure if I completely understood your query but is this what you are looking for? 

Target Test = SUM(TableName[Open Amount]) * 0.9

 

This will provide you 90% of open amount.

This will apply to all periods, but will show 90 % of the Open amount per period, and not 90 % of the open amount for year start - equal to 413 mill, which I need to be applied to all categories.

@sindrekb ,
Try this in a new calculated measure:

Target Test =
CALCULATE(
    SUM(ar_db[Open Amount]) * 0.9,
    ALL(ar_db),
    ar_db[Development Status] = "Year start"
)


Output:

Anand24_0-1717595130498.png

 

This works! Fantastic. Thank you 🙂

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.