Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 suggestion i need to complete the task.
Thank u in advance
Solved! Go to Solution.
maybe you can try
measure=sum(LineTotal )* 1.02
Proud to be a Super User!
I am new dax learner, i don't know how we can use all dax in one measure, but i have created multiple measure and got result.
1. Total sales = SUM(Sales[LineTotal])
do you mean creating a column?
column=LineTotal * 1.02
If this not what you want, pls provide the expected output.
Proud to be a Super User!
@ryan_mayu No I want to create measure that increases LineTotal column values by 2%,
See this the task to complete, here it is mentioned to create measure(Target sales)
Thank U😊
maybe you can try
measure=sum(LineTotal )* 1.02
Proud to be a Super User!
How is it 1.02, can u elobrate
Yeah So we need to increase the column value by 2 percent right so it is
Linetotal + Linetotal*0.02
Linetotal(1+0.02)
Linetotal*1.02
sum(Linetotal)*1.02 .
I Hope this helps
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |