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]))
V-yubandi-msft
Community Support
1 year agoHi jimbob2285 ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.