Forum Discussion
wo_guy
5 years agoFrequent Visitor
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...
- 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
mahoneypat
Microsoft Employee
5 years agoWould 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