Forum Discussion

Kyle1's avatar
Kyle1
Regular Visitor
8 years ago
Solved

Filtering Line Charts

Say if I have a sample data set

CategoryBridgeValue
ABridge 12
BBridge 13
CBridge 27
BBridge D 14
CBridge D 28
BBridge D 28
CBridge 19
ABridge D 11
ABridge 23
ABridge D 25
BBridge 27
CBridge D 14

 

How can I make a line chart to show 2 values:

Q1 = Sum(Value where Bridge=Bridge 1)/Sum(Value where Bridge = Bridge D 1) * -1

Q2 = Sum(Value where Bridge=Bridge 2)/Sum(Value where Bridge = Bridge D 2) * -1

 

That is also filterable with a slicer by Category?

 

Currently I can make 2 calculated columns to place in a line chart, but it doesn't update with slicers.

Or I can make 2 calculated measures, but those can't be placed in a line chart

4 Replies

  • Kyle1's avatar
    Kyle1
    Regular Visitor

    Say if I have a sample data set

    CategoryBridgeValue
    ABridge 12
    BBridge 13
    CBridge 27
    BBridge D 14
    CBridge D 28
    BBridge D 28
    CBridge 19
    ABridge D 11
    ABridge 23
    ABridge D 25
    BBridge 27
    CBridge D 14

     

    How can I make a line chart to show 2 values:

    Q1 = Sum(Value where Bridge=Bridge 1)/Sum(Value where Bridge = Bridge D 1) * -1

    Q2 = Sum(Value where Bridge=Bridge 2)/Sum(Value where Bridge = Bridge D 2) * -1

     

    That is also filterable with a slicer by Category?

  • Hi Kyle1

     

    I am not sure exactly what issue you are facing, but according to the requirement you need to create a measure not a column in this case.

     

    Second, we can add measure to a line chart.

     

    And you are trying to plot these values against which column on the x-axis ??

     

    Thanks

    Vinayak

    • Kyle1's avatar
      Kyle1
      Regular Visitor

      Hi kohlivinayak,

       

      Thanks for the reply. I wasn't aware that you can place more than one measure on a line chart. I would want the first measure to be named "2016 Q4" and the 2nd measure to be named "2017 Q1" on the x axis. These categorizations are not included in my dataset.