Forum Discussion

Preeti_Yadav's avatar
Preeti_Yadav
Icon for Resolver I rankResolver I
5 years ago
Solved

Filter the line chart visual

Hi,   The requirement of the POC i am doing is that , wants to view the bookings of the products by Continent and Category by revenue on Line chart. However,  don’t want two separate visual for the...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Preeti_Yadav .

     

    You can use the concept of Dynamic Axis in order to get the desired output.

    You have to Unpivot your data and that will give you 2 columns named 'attribute' and 'value'.

    Use the 'value' column in your visual and add 'attribute' into your slicer.

     

    Regards,

    Sanket Bhagwat.