March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I know that this question has been asked many times, but I have not been able to reach a conclusion by analyzing them.
As can be seen in the code below, I want to add the total sales amount of the previous year to the first month of the selected year and reach the cumulative sales amounts on a month basis in the selected year.
Sample data is as follows. For convenience in the sample data, I made the sales figures for both years the same.
Monthly Sales 2017 : 10,20,30,40,50,60,70,80,90,100,110,120
Monthly Sales 2018 : 10,20,30,40,50,60,70,80,90,100,110,120
The chart I want to reach with the criteria I want to reach will only show the sales for 2018, but the sales amount (120) for 2017 will be added to these sales. So the result data will be as follows.
Result Data : 130,140,150,160,170,180,190,200,210,220,230,240
I made the code as follows.
I want the PreviousYearAmount in the code to remain constant, but it also enters the filter. How can I make it static.
Thanks in advance
Solved! Go to Solution.
I have found solution
I have found solution
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |