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...
amitchandak
6 years agoSuper User
Anonymous ,These are two measures you can create a measure put that on tool tip
Diff % =divide([line1]-[line2],[Line2])
or
Diff =[line1]-[line2]