Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
roshan84tech
Contributor
Contributor

Max value in a measure is ignoring the filter

I have a measure which takes max(Sales) . I have created a table.

Month.     Max(Sales)

July.            XXX

August       XXX

I have a filter date(YYYY-MM-DD), when i filter out particular dates in a month the max(sales) value does not changes according to the filtered out dates.

Labels (4)
5 Replies
SunilChauhan
Champion II
Champion II

Does Month and Date are Related? if Date and Month are not related it will not impact on table.

if Its Related then try selecting other values in Dates

Sunil Chauhan
roshan84tech
Contributor
Contributor
Author

So, i have a field date which shows dates in (yyyy-mm-dd). In the table to show month i have taken[date.autoCalendar.YearMonth]

SunilChauhan
Champion II
Champion II

so want to Select Latest month for bookmark? please share some sample if possible

Sunil Chauhan
Lakshminarayanan_J

@roshan84tech 

Kindy check whether the autogenerated date and your  table month are interlinked , if not the data wont match 

1. How you are matching the date field with month field ?

2. How the data model linked between both?

 

Lakshminarayanan J
To help users find verified answers, please don't forget to use the "Accept as Solution" button
roshan84tech
Contributor
Contributor
Author

There is only one field date. The month is coming from the date field itself using the expression - [date.autoCalendar.YearMonth]