Forum Discussion
Arentir
9 years agoResolver III
Create Measure based on different row (date)
Hi guys, I am trying to create a report on Power BI but can't pin the right way although the goal seems very simple. Here is my sample data below. I want to create a measure that will do the ...
- 9 years ago
NextDay Totals = CALCULATE ( SUM ( 'Table'[Quantity] ), DATEADD ( 'Calendar'[Date], +1, DAY ) )