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
Hello,
I am trying to figure out the DAX formula (or best approach) to calculate the weighted average interest rate by loan seller with the ability to add a slicer / filter on vintage. Please let me know if you need any additional details.
Thank you!
Solved! Go to Solution.
@th340385used a matrix viz and all my calculations are measures and not calculated column.
@th340385I did it in this way. Hopefully this is what you are looking for.
Total Balance = SUMX('Table (2)','Table (2)'[Balance])
BalancexRate = SUMX('Table (2)','Table (2)'[Balance]*'Table (2)'[Rate])
WEGH_Avg_INT% = [BalancexRate]/[Total Balance]
@smpa01 Thank you for the reply. The formulas provide for each column make sense; however, how did you initially summarize the data by the Loan Seller Column?
@th340385used a matrix viz and all my calculations are measures and not calculated column.
Thanks for this! This was the first simplistic option I had come across and it worked perfectly
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 |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 21 |