Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
80 | |
60 | |
35 | |
35 |
User | Count |
---|---|
100 | |
60 | |
56 | |
46 | |
41 |