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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Spen
Regular Visitor

Monthly calculation given Start Date, Duration, Total Value and Customer Name

Hi All,

Can anyone help.

I have a [Start Date], [Duration Months], [Total Value] and [Customer Name]

What I want to do is show for every month the total value for each customer.

ie

Spen_0-1653901361691.png

 

The data table i want to see is :

Spen_1-1653901396150.png

 

And a Matrix as :

Spen_2-1653901424011.png

 

Any help greatly appreciate.

💪📊

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Spen , Create a new calculated table and use that

 

Addcolumns(filter(generate(Table, generateseries(0,20,1)), [Value] < [Duration]), "_month", eomonth([Start Date], [Value] -1)+1)

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Spen , Create a new calculated table and use that

 

Addcolumns(filter(generate(Table, generateseries(0,20,1)), [Value] < [Duration]), "_month", eomonth([Start Date], [Value] -1)+1)

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Amazing. Thank You 💪

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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