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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Remove VAT

Hi All, 

 

FACT TABLE[Amount]

My 'Amount' column contains VAT. 
What is the proper way of removing VAT. or divide by 1.2

 

Many thanks, 
JT

1 ACCEPTED SOLUTION
Stachu
Community Champion
Community Champion

You could modify it at source/in Power Query, so that the data loaded would be without VAT.

If VAT is always 1.2, and there are no different rates depending on product/time then you could use a measure:

Amount (no VAT) = SUM('FACT TABLE'[Amount]) / 1.2


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

View solution in original post

2 REPLIES 2
Stachu
Community Champion
Community Champion

You could modify it at source/in Power Query, so that the data loaded would be without VAT.

If VAT is always 1.2, and there are no different rates depending on product/time then you could use a measure:

Amount (no VAT) = SUM('FACT TABLE'[Amount]) / 1.2


Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

Anonymous
Not applicable

Thank you Stachu, 

 

Nice and easy solution. Thank you very much. 

Best, 
JT

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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