Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
7 | |
6 | |
5 |
User | Count |
---|---|
20 | |
11 | |
10 | |
9 | |
6 |