Forum Discussion
SniperPro
3 years agoFrequent Visitor
Calculating YTD while keeping Month filter
I have bellow table data:
I want to add a measure calculating the YTD of Value so I added this measure :
Mesure = CALCULATE(SUM('Table'[Value]), DATESYTD('Calendar'[Date]))Then in my report I filtered on the month 202302, I have the correct result puting the month and the measure :
But when I add the product it's showing two lignes :
How can I modify the measure to have just the filtered month 202302, the product2 and Measure ytd = 3.
6 Replies
- balafbmAdvocate I
On the filter pane to the right, in the "Filters on this visual" section, under the Product column - > Choose Basic Filtering - > Then Choose "Product2"