Forum Discussion
Previous Month with problems
- 8 years ago
Oh ty Ashish_Mathur I already did what I need. I created a filter to the current and the previous month and putted on the sheet. So in the measure, I created a DAX calculation with calculate(sum(measure), lastdate(date)) and it worked fine for me. But thanks for replying this question. Have a great day
Hi,
So if the last date in your Data Table is March 10, 2018, then do you want to see a single column in the column chart with the value from Feb 28, 2018? If the answer is yes, then what result would you expect if in your Data Table, there is no data at all for Feb 28, 2018?
Oh ty Ashish_Mathur I already did what I need. I created a filter to the current and the previous month and putted on the sheet. So in the measure, I created a DAX calculation with calculate(sum(measure), lastdate(date)) and it worked fine for me. But thanks for replying this question. Have a great day
- v-chuncz-msft8 years agoCommunity Support