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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors