Forum Discussion

Xx_LAMORAK_xX's avatar
Xx_LAMORAK_xX
New Member
6 years ago
Solved

Line Chart w/ 3 Lines & Measure

I am trying to figure out the way to add a line chart visual with two y axis.  I need to show packages recieved and packages delivered on one axis and then on the second axis I want to show a compari...
  • parry2k's avatar
    parry2k
    6 years ago

    Xx_LAMORAK_xX add following 3 measure and on line chart add measures to the pane as shown below

     

    Packages Received = CALCULATE ( [Sum], Line[Receipt/Delivery] = "R" )
    
    Packages Delivered = CALCULATE ( [Sum], Line[Receipt/Delivery] = "D" )
    
    % Delivered = DIVIDE( [Packages Received] - [Packages Delivered], [Packages Delivered] )

     

     

    Ask anything Power BI. Book appointment for a free consultancy at https://www.perytus.com