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 ,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.