Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello all,
I have a table like so:
| Date | Item | QTY | CurrentDayStock | CurrentDayRestock | CurrentDayTotalStock | PrevDayStock | PrevDayRestock | NextDayStock | NextDayRestock |
| 4/3/2020 | Widget | ea | 630 | 0 | 630 | 630 | 0 | ||
| 4/6/2020 | Widget | ea | 630 | 152 | 782 | 0 | 0 |
The PrevDay and NextDay columns are calculated columns that pull the previous/next day inventory using a variant of the following DAX measure:
Solved! Go to Solution.
I think I figured it out:
HI @StephenK ,
I actually don't understand your DAX expression part where you have - [Date] = (__Date + 1) *1. &&
Check following article on how you can exclude weekends from your calculation and try to incorporate similar logic in your dax:
https://www.powerquery.training/networkdays/
https://stackoverflow.com/questions/40335558/exclude-weekends-in-powerbi-report
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
I think I figured it out:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 14 | |
| 11 | |
| 8 | |
| 5 | |
| 5 |