Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello 😃
I need to create a cost breakdown where the price reduces yearly for 4 years, each year 50% of the previous year.
Ex:
The benefit1 of 100$ starts in 2018
- Cost in 2018 is 50$
- Cost in 2019 is 25$
- Cost in 2020 is 12,5$
- Cost in 2021 is 6,25$
- Cost in 2022 is 0 (because the benefit only last 4 years)
Then I need to know the sum of all benefits in each year
The data I have is the total benefit (100$ in the example) and the date on which the benefit will start counting.
Solved! Go to Solution.
Hi @bibiubiali ,
Has your problem been solved? If solved, please consider Accept it as the solution to help the other members find it more quickly.
Best regards,
Yadong Fang
Hi @bibiubiali ,
Can you explain in details and tell me what's your expected output?
Thanks for your efforts & time in advance.
Best regards,
Yadong Fang
Hello,
I need the SUM per year of all benefits to be automatized according to new data entry (considering also the future gains in the 4 years period.
Ex.
With this data entry:
I need the 50% breakdown yearly to be calculated (for 4 years since the beginning of the benefit), like in this example:
So I can have the SUM of total benefits in $ that I will have yearly
(Remembering the only data in the file is the befit and the data it started or should start)
I was able to calculate it using:
Thanks =D
hello not really sure but mind if you try this?
2019 =
var curryear = 'Project savings'[Saving]/2
var preyear = calculate( 'Project savings'[Saving]/2),previousyear(date))
return
curryear + preyear
if no then i think you should use the new offset function
Hello @Anonymous
This way works the same as the solution I found, it won't automatically calculate all the new entries for upcoming years unless I create a new column, which is not ideal for me.
I will check about offset, thanks a lot!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 11 | |
| 9 | |
| 5 | |
| 5 |