The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |