Forum Discussion
MartiX
9 years agoRegular Visitor
Calculate and previousmonth
Hi, I have table with Date, Customers, Value, and what I need is to get diffrence of Value from previous month. To get the value from previous month I was trying create Measure like that: last mont...
- 9 years ago
You can create a calendar table with DAX and make relationship between the CalendarTable and Table1, then drag the measure into Table visual to see the results.
Best Regards,
Herbert
v-haibl-msft
9 years agoMicrosoft Employee
You can create a calendar table with DAX and make relationship between the CalendarTable and Table1, then drag the measure into Table visual to see the results.
Best Regards,
Herbert
MartiX
9 years agoRegular Visitor
Great, that works for me!
Thanks a lot.