Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am struggeling with exposure adjustment and already run out of ideas.
I would like to do a transfer of DIF (transfer) from one category to another (step 1) and remove that amount from other category (step 2).
Problem is, that in if statement I am not able to do step 2, once I calculated exposure for that category.
Any ideas how to do it?
| Note | Amount1 | Amount2 | Dif (transfer) | Amount final |
| Def. decr. | 10 | 10 | ||
| Rating update | 20 | 40 | 20 | 40 |
| NPL WO nonR-R | 30 | -20 | 10 | |
| Repaid | 40 | 50 | 10 | 50 |
| New Default | 50 | -10 | 40 | |
| NPL WO RR | 70 | 70 | ||
| 220 | 220 |
Solved! Go to Solution.
thank you for the response. Not exactly what I wanted, but my bet, I cannot explain it better. Already find a solution. Thanks anyway.
Hi @Anonymous logic is
Amount final= if Amount2 <>Blana() then Amount2 else Amount1+ Dif (transfer)?
Proud to be a Super User!
thank you for the response. Not exactly what I wanted, but my bet, I cannot explain it better. Already find a solution. Thanks anyway.
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 |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 18 | |
| 14 | |
| 14 |