Forum Discussion
jimbob2285
Advocate IV
1 year agomeasure without context in summarised table
Hi I've created a measure to show sales as at a certain date (month) , which is selected by the user via a slicer, hence the need for a measure rather then a column, as columns aren't reactive to...
- 1 year ago
Something like this?
V = CALCULATE(sum(Sales[Value]),TREATAS(VALUES('Calendar'[Date]),Sales[Date]))
Ashish_Mathur
Super User
1 year agoHi,
Not sure of what you want but see the attached file.