Forum Discussion

AdenikeElemo's avatar
AdenikeElemo
Regular Visitor
2 years ago
Solved

Custom Tooltip Error on a line chart

I have a line chart. Year is on the x-axis. A measure calculation value is on the y-axis. Items (categorical values) is the legend and there is a slicer that shows TopN Items on the chart.  I have th...
  • AdenikeElemo's avatar
    AdenikeElemo
    2 years ago

    Thanks! I did all you mentioned above but I got the problem resolved. The line chart had a topN slicer and there was a measure on the filter panel of the line chart that enables the topN filter to work as expected. What I did wrong was to add this measure to the custom tooltip table visualization which equally filters the data before getting it displayed at the line chart page. I just had to remove the measure from the filter panel of the tooltip page. Thanks again!