Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi Community,
I hope this will be simple question, im trying to achieve what is calculation in column marked yellow:
So i have a table by Item number and by week both with supply and demand and i would like to write a measure showing me what is the stock level for each week (starting week should take Start Stock Value) and leter stock level should be calculated from previous week. is ist doable?
Hi @mhsk ,
Below is the solution of a calculated column based on your data here. Maybe you have other conditions. Please reply to this.
Column = VAR currentWeek = [Week of Year] RETURN [Start Stock] + CALCULATE ( SUM ( Table1[SUPPLY] ) - SUM ( Table1[DEMAND] ), FILTER ( 'Table1', 'Table1'[Week of Year] <= currentWeek ) )
Best Regards,
OK, this will work pretty good while you have 1 item and week numbers dosnt duplicate. but what if table has many items and then many the same week's in column week of year. how can i tell power bi that im looking for this specific item context?
(if i apply this calculated column to data where more than one occurence of the same week exist then it crashes )
@mhsk Can you please provide a sample data ?
Hi,
pbix file with expected outcome attached, it is a bit different than previously, i can merge demand and supply table on part and weekyear if needed.
any ideas?
This is how it looks: So i would also need dax to know that we are looking at this item only and this week
Hi @mhsk ,
Can you share a new sample that can be more accurate to display your model? Please share the pbix file if you can. Please mask the sensitive parts first.
Best Regards,
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 42 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |