Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
The data table i want to see is :
And a Matrix as :
Any help greatly appreciate.
💪📊
Solved! Go to Solution.
@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)
@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 💪
User | Count |
---|---|
84 | |
81 | |
64 | |
53 | |
45 |
User | Count |
---|---|
100 | |
48 | |
41 | |
39 | |
38 |