Forum Discussion
bodorsey11
4 years agoNew Member
Need Help: Monthly Target Line for Line and Cluster Column Chart
I am struggling to have my Monthly Target line show properly on a Line and Cluster column chart. It will only show as a flat line, instead of what I am trying to get which is monthly target line that...
- Anonymous4 years ago
Hi bodorsey11 ,
Please try this formula:
NY Monthly Targets = CALCULATE ( MAX ( 'NY Monthly Target'[Planned Target] ), FILTER ( ALLSELECTED ( 'NY Monthly Target' ), 'NY Monthly Target'[Date].[Month] = SELECTEDVALUE ( 'Calendar'[Date].[Month] ) ) )Best Regards,
Jay
Anonymous
4 years agoNot applicable
Hi bodorsey11 ,
Please try this formula:
NY Monthly Targets =
CALCULATE (
MAX ( 'NY Monthly Target'[Planned Target] ),
FILTER (
ALLSELECTED ( 'NY Monthly Target' ),
'NY Monthly Target'[Date].[Month] = SELECTEDVALUE ( 'Calendar'[Date].[Month] )
)
)
Best Regards,
Jay