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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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.

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.