Forum Discussion

wo_guy's avatar
wo_guy
Frequent Visitor
5 years ago
Solved

How do I overlay Log scale to Bar Chart?

I am trying to show a Log Scale line to a Bar Chart. I created a line chart as you can find in the PBI file below but I am unable to overlay to the stacked column chart. I have tried usin...
  • mahoneypat's avatar
    5 years ago

    Would it work to make a measure to calculate the Log value and use that on a linear scale

    Log Net (Kg) = LOG(SUM('Cycle Reports'[NET [KG]]]))

     

     

    Pat