Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
nor303
Helper III
Helper III

How to simulate a price change and show it in a chart

I have a issue that Im trying to solve. Im suppose to stress a loan portfolio. We are using LTV as one measure, Loan/value. But Im not able to do this in powerbi desktop and show in a clusterchart how the customers will move between different categories when the value of their property changes. Any ideas on how to solve this would be great! See example data:

     Change in Value -10%Change in Value -15%Change in Value -25%
     0,90  0,85  0,75 
             
LoanValueLTV  ValueLTV ValueLTV ValueLTV
             
102050 %  18,0056 % 1759 % 1567 %
202580 %  22,5089 % 21,2594 % 18,75107 %
508063 %  72,0069 % 6874 % 6083 %
7010070 %  90,0078 % 8582 % 7593 %
405573 %  49,5081 % 46,7586 % 41,2597 %
203557 %  31,5063 % 29,7567 % 26,2576 %
210           

 

 

 

And I need something like this as outcome (but in chart)

LTV  50-60%60-70%70-80%80-100%Above 100%Total
Loan tot 3050110200 210
Loan tot - 10%107070600 210
Loan tot - 15%1020501300 210
Loan tot - 25%0102016020 210

 

Thanks!

 

 

 

4 REPLIES 4
ToddChitt
Super User
Super User

Can you add columns for [Value minus 10%] = [Value] * 0.9 and [Value minus 15%] = [Value] * 0.85, etc.?

Then different measure for LTV-10, LTC-15, etc.?

What am I missing?




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Yes I can calculate the different columns but what kind of measures do you mean I should make? Thanks!

The measures would simply be the sum of each of those new columns respectively.

Pro tip: technically, you do not need measures for simple sums as pretty much every visual will assume the aggregation is a SUM for Value columns, but I like to do it anyway.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





How will the code for the different measures look?

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors