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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
vissvess
Helper V
Helper V

Group or rank for allocation for optimal utilization

Hi,

 

My dataset is as follows

ID       Length

SDF    340

GEW  510

DFA    80

SRD   450

ADV  350

AND SO ON.....

 

and I have rack dimension length to be 1650.

 

I need a ranking or grouping mechanism for me to suggest the IDs to be places together in the rack of provided length, so that the resource is utilised in optimal manner.

 

For instance, if 1,2,3 & 4 are grouped, unutilised length is 270. But if 1,2,4 & 5 is ranked for same group, then the total is 1650 makes it completely utlized. So the ultimate aim is to bring the unutilised closed to zero.

 

Any workaround for this is hugely appreciated and I would be so thankful.

 

Thanks in advance.

 

1 REPLY 1
Stachu
Community Champion
Community Champion

if I understand the requirement correctly you need to solve a knapsack problem
https://en.wikipedia.org/wiki/Knapsack_problem

There should be plenty of scripts online for Python/R to solve it, it's also possible with Excel Solver. You could potentially use Python/R within PowerBI, so that may be a way forward.

Unfortunatelly I don't think DAX or M would be able to solve that kind of problem, they were written for different purposes.



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.