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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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