This content has been marked as final.
Show 4 replies
-
1. Re: Effecting One Pill's Graph without effecting the other
Corey Turner Apr 22, 2016 12:52 PM (in response to Kyle Boyce)Try this on your left continuous measure on the rows shelf:
IF ATTR([Your Measure]) = WINDOW_MAX(ATTR([Your Measure])) THEN ATTR([Your Measure]) END
This basically only shows the measure if it is the max date. You will probably need to use a different aggregate other than ATTR, depending on your what you are doing.
-
2. Re: Effecting One Pill's Graph without effecting the other
Kyle Boyce Apr 22, 2016 12:52 PM (in response to Corey Turner)So do I use that in the Create Calculated field then drag it to.....where?
-
3. Re: Effecting One Pill's Graph without effecting the other
Corey Turner Apr 22, 2016 12:55 PM (in response to Kyle Boyce)Yes it is a calculated field... See the attached workbook for an example using sales data. version 9.3
-
Book1.twbx 1.2 MB
-
-
4. Re: Effecting One Pill's Graph without effecting the other
Kyle Boyce Apr 22, 2016 12:56 PM (in response to Corey Turner)