Forum Discussion
Anan2609
4 years agoNew Member
DAX Measure to increase column value
Hello People, I am newbie to power bi , i need to create to measure which increases LineTotal in the Sales table by 2% here LineTotal is Column , I have attached screenshot ,Any help or suggesti...
ryan_mayu
4 years agoSuper User
do you mean creating a column?
column=LineTotal * 1.02
If this not what you want, pls provide the expected output.