Forum Discussion
Anonymous
6 years agoNot applicable
Percent Change Between Values on Line Chart
My query is almost identical to this one: https://community.powerbi.com/t5/Desktop/Percent-Change-Between-Values-on-Line-Chart/td-p/957563 However I am new to Power BI and my formulae creating is no...
v-lili6-msft
6 years agoCommunity Support
hi Anonymous
Yes, you could get it by this simple way as below:
Step1:
Just create a percent change measure as bleow:
Percent Change=DIVIDE([Line 1]-[Line 2],[Line 2])
Step2:
Then drag this measure into Column values as below
Of course, you could set the column for column to white
Regards,
Lin