Skip to main content

hi there,

I would like to have a dynamic reference line based on selected product filter, where the reference line only be shown when the filter selection is (All).

In any other selection (either A, B or C), the reference line should be disappear or push down to zero.

3 answers
  1. Sep 8, 2023, 3:47 AM

    @Cm Eric​ 

    You can get your expected result with the parameter.

    First, create a parameter from Product:

    @Cm Eric​ You can get your expected result with the parameter.Then create a calculation:

    IF [Product]=[Product Parameter] THEN [Volume] END

    You can change the Volume to any value.

    Drag that into the Detail shelf and use it in your reference line.

    imageCheck the attached workbook and let me know if it is correct

     

    Thanks,

    Said

    (Please upvote all my answers and select them as the best if you found them helpful)

0/9000