Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to use the dual function to put a label by each line in the attached line graph. Having the legend on the right is to hard to follow.
I would like to have the label at the far right of each line. I assume I can use the dual function for this (I know I have seen this done before but can't find the reference.
Zag
Try this
Dual(If(YearQuarterfield=Max(total YearQuarterField), 'Yourvalue, ''),Expression )
Number format should be expression default..
Check here
Add new expression similar to - Dual(If(Date=Max(total Date), <field to be displayed>, ' '),Sum(Sales))
Deselect show legend in presentation and Values on Data points in expression.
Dont set no format for expression else Dual won't work.
I meant Select 'Values on Data points' in expression.
I think I did what you suggested, but still no label...
Seems you have many other things involved could be making difference here. Try it with sample data and then see how it can be incorporated. I will see if I can share sample here.
Try this
Dual(If(YearQuarterfield=Max(total YearQuarterField), 'Yourvalue, ''),Expression )
Number format should be expression default..
Check here
Thanks for the help!
Simplified the chart. Still nothing..
See this attached sample, may be I am missing the req.
I need someone to explain the logic of this Dual statement here, thanks!
Hi Deddy,
In the above expression, if the value reached the Maximum value, the text will display..
you can check the below links with example..