Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line Chart - Get max value of dimension and show history for that dimension in chart

Hi,

I got a requirement, to get the country for current date that has max sales and show history of that country in the chart for the previous dates.

Ex: 

Date           Country           Sales

10-May-16      C1           100

10-May-16      C2           90

10-May-16      C3           70

11-May-16      C1           80

11-May-16      C2           78

11-May-16      C3           65

12-May-16      C1           78

12-May-16      C2           90

12-May-16      C3           85

In Line Chart:

Dimensions: Date, Country. Expression: Sales.

Desired output: Country C2 has max sales for current date 12 May 2016. So Show history of Country C2 for all the 3 dates, in line chart.

12-May-16 C2 90

11-May-16 C2

78

10-May-16 C2 90

Is this feasible?

Thanks,

Bala

2 Replies
Anil_Babu_Samineni

Like this, In measure you need to check the Text-as-popup in the mid column of the last way

224790.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

‌Hi,

The requirement is only to have the history line for highest value of current date.

For this specific example given, need to have only country C2, because for current date 12 May, Country C2 has highest value.

So line chart should have only one line for country C2.

Is this possible?

Thanks,

Bala