Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
Anan2609
New 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 suggestion i need to complete the task.

 

Capture.PNGThank u in advance

1 ACCEPTED SOLUTION

@Anan2609 

maybe you can try 

measure=sum(LineTotal )* 1.02





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

7 REPLIES 7
Bhav
Regular Visitor

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])

2.    Total sales*2 = [total sales]*2
3.   2% of total sales = [Total sales*2]/100
4.   Target  = [total sales]+[2% of total sales]
demouser
Regular Visitor

TargetSales = SUM([LineTotal]) * 2.00
Use this..!
ryan_mayu
Super User
Super User

@Anan2609 

do you mean creating a column?

column=LineTotal * 1.02

If this not what you want, pls provide the expected output.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




@ryan_mayu No I want to create measure that  increases LineTotal column values by 2%,

 

Capture.PNG

 

See this the task to complete, here it is mentioned to create measure(Target sales)

 

Thank U😊

@Anan2609 

maybe you can try 

measure=sum(LineTotal )* 1.02





Did I answer your question? Mark my post as a solution!

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

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.