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
Issue with DAX Allocation Logic for Commitment Value with Split Funding & Cost CentresHi everyone, I’m hoping someone can help me sanity‑check both my dataflow setup and my DAX logic, as I’m running into an allocation issue that I can’t fully explain. Business RequirementI need to calculate a Commitment Value for projects.
This part works correctly at a project level. The Complication – Cost CentresThe problem arises because split-funded projects can span multiple cost centres, while my reporting is strictly done at the Cost Centre level. Example:
Data Model / Dataflow SetupIn the source data:
To handle this:
This allows me to report at a single cost centre level, which is required for the report. The Issue I’m SeeingWhen using my current DAX:
Specifically:
Questions
Any guidance on whether this is a modeling issue vs. a DAX issue would be greatly appreciated. Thanks in advance!
|
| Approved Budget | Cost Centre | Is there a funding split (Y) | Portion Estimate % (A) | Portion Estimate % (B) | Approved Portion $ (A) | Approved Portion $ (B) | Funding Program Name (B) | Cost Centre (B) |
| $14,275,975.00 | 3135025 | Yes | 93% | 7% | 13,454,970.00 | 821,005.00 | ABC Business Group | 3182567 |
| SINGLE COST CENTRE | |||
| Committed Funding | |||
| Column | Priority | Cost Centre | |
| Approved Budget | Always use if it contains a value other than 0 | The relevant Cost Centre will be in the column titled "Cost Centre" | |
| Updated Preliminary Budget | Use if "Approved Budget" value is 0 or blank. | ||
| Standard Preliminary Budget | Use if "Approved Budget" and "Updated Preliminary Budget" are both either 0 or blank. | ||
| MULTIPLE COST CENTRE | |||
| Committed Funding | |||
| Column | Priority | Cost Centre | |
| Approved Portion $ (A) | Approved Portion $ (B) | Always use if it contains a value other than 0. The combined value of the Portions should always add to the "Approved Budget". | The relevant Cost Centre for Portion A will be in the column titled "Cost Centre" the relevant Cost Centre for Portion B will be in the column titled "Cost Centre (B)". |
| Updated Preliminary Budget | Use if "Approved Budget" value is 0 or blank. | The relevant Cost Centre will be in the column titled "Cost Centre" | |
| Standard Preliminary Budget | Use if "Approved Budget" and "Updated Preliminary Budget" are both either 0 or blank. |
Solved! Go to Solution.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
I will want to close this one as i have already found a solution.
Best appraoch was to do the querying within the dataset itself , and that has resolved the issue
Thanks
I will want to close this one as i have already found a solution.
Best appraoch was to do the querying within the dataset itself , and that has resolved the issue
Thanks
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.
Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
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 |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |