Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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
Hi,
I hope you can help me on this one.
I have three measure
1. "Value" that accumulate the sum of sales this period
4W VALUE = sum(Data[FCT_Value Sales'000])*1000
2. "Value YA" that accumulate the sum of sales year ago
4W VALUE YA = CALCULATE(
'a VALUE'[4W VALUE];
FILTER(ALL('Calender');
'Calender'[index]>MAX('Data'[Per_Index])-14
&&'Calender'[index]<=MAX('Data'[Per_Index])-13
)
)
3. "Growth" that calculates the difference
4W VALUE GROWTH YA = 'a VALUE'[4W VALUE]-'a VALUE'[4W VALUE YA]
Now I want a measure that calculates the value of the products that is new this year (Value = Growth).
(I'm not using Time intelligence as my sales in accumulated in periods of 4 weeks)
How can this be done?
Hope you can help!
Br Kent
Really need sample data/example data. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |