Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm creating a cost allocation model where I need to allocate the logistics and sales force cost to routes under a branch.
The allocation is based upon dividing the total cost of the branch with the number of routes under the branch.
The problem occurs when I drop the route into the field. The model is not allocating as per the branch, rather showing the full amount.
Can anybody help?
These are the relationships in the model:
Hi,
Share the download link of your PBI file and also show the expected result very clearly.
Hi, @zubairs
You can add another measure as below:
measure1 =
CALCULATE (
[Sales Force(Cost per route)],
ALLEXCEPT ( 'SAP+BO_salesdata', 'SAP + BO_salesdata'[Route] )
)
Best Regards,
Community Support Team _ Eason
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.