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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Bluen0ze_PAL
New Member

Need help with calculating a figure Pre VAT

Hi All 🙂

 

Just need help with Dax for making a new column that simply divides the value of an existing field by 1.2

 

Field name is HAmountPaid

 

Thanks 🙂

1 ACCEPTED SOLUTION
ITManuel
Responsive Resident
Responsive Resident

Hi @Bluen0ze_PAL 

 

you can create a calculated column for example 

ColumnName = TableName[HAmountPaid]/1.2 or 
ColumnName = Divide(TableName[HAmountPaid],1.2)
 
Best regards
 

View solution in original post

2 REPLIES 2
ITManuel
Responsive Resident
Responsive Resident

Hi @Bluen0ze_PAL 

 

you can create a calculated column for example 

ColumnName = TableName[HAmountPaid]/1.2 or 
ColumnName = Divide(TableName[HAmountPaid],1.2)
 
Best regards
 

Worked perfectly thanks

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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