Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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
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
Thank you Stachu,
Nice and easy solution. Thank you very much.
Best,
JT
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |