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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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)

 

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)

 

Amazing. Thank You 💪

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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