Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi
I'm fairly new to Power Bi and can't work out how to calculate and visualize reducing income over time.
The use case is that I have a tenancy schedule with a list of tenants, their annual rent, lease start date, and lease end date. I want to show how my income will fall over time as the lease's end. The starting point would be total rent of all the tenants as at the date of the tenancy schedule and I want to show this total reducing as the leases reach their end date.
Thanks
Laurence
Solved! Go to Solution.
Hi, @hayesla
According to your description, I can understand the output you want to achieve, you want to get a chart to show your sum of rent based on Date, you can follow my steps:
This is my test data based on your description:
Date = CALENDAR(TODAY(),DATE(2022,12,31))
Sum of rent =
CALCULATE(SUM('Table'[Rent]),FILTER(ALLSELECTED('Table'),[End Date]>=MAXX(RELATEDTABLE('Date'),[Date])))
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @hayesla
According to your description, I can understand the output you want to achieve, you want to get a chart to show your sum of rent based on Date, you can follow my steps:
This is my test data based on your description:
Date = CALENDAR(TODAY(),DATE(2022,12,31))
Sum of rent =
CALCULATE(SUM('Table'[Rent]),FILTER(ALLSELECTED('Table'),[End Date]>=MAXX(RELATEDTABLE('Date'),[Date])))
You can download my test pbix file here
If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@hayesla , Is some financial function like PV can help ? If so refer
Thanks for the suggestion but this isn't what I am after. I essentially want to start with the total of all the rent and then deduct the value of each tenant's rent as the end date of the lease occurs. For example:
Today I have 10 tenants each paying £1000 rent pa = £10,000
Tenant 1 has a lease end date next week so my total rent next week is £9,000
Tenant 2 has a lease ending in 3 weeks, my total rent will then be £8,000
I would like to plot a graph showing the rent going down from £10,000 to £8,000
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
69 | |
66 | |
51 | |
32 |
User | Count |
---|---|
114 | |
99 | |
75 | |
65 | |
40 |