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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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