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
Hello,
I wanted to calculate AR Balance reserves with Power BI dax, calculation of reserves as follows
Days past term measure should be month end date minus due date
if Days past term greater than 60 and less 90 then Reserves will be 25% of AR balance
if Days past term greater than 90 and less 120 then Reserves will be 50% of AR balance
Days past term above 120 days Reserves 100% of AR Balance.
Questions
SWITCH(TRUE(),
[Days Past Term Present] >= 61 && [Days Past Term Present] <= 91, [Balance] *0.25,
[Days Past Term Present] >= 92 && [Days Past Term Present] <= 121, [Balance] *0.5,
[Days Past Term Present] >= 122 , [Balance] *1
)
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 12 | |
| 10 |