Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

This article applies to Microsoft Dynamics AX for all regions.

Symptoms

If sales price includes tax in Microsoft Dynamics AX 2012 R3, an incorrect margin is calculated on the "Sales performance by products" report.

Resolution

To resolve this issue, you must directly change the calculations in the cube.

Note To follow these steps, you must first deploy SQL Server Analysis Services.

  1. Open SQL Server Data Tools.

  2. Click File, click Open, and then click Analysis Services Database.

  3. Set the values for the server and database (for example, "Dynamics AX initial"), and then click OK.

  4. In Solution Explorer, double-click Retail Cube.

  5. On the Calculations tab, locate the [Gross profit margin] script in the Script Organizer.

  6. Change the expression so that it includes the following formula:

    [Measures].[Customer invoice line amount - accounting currency] - [Measures].[Cost of goods sold - accounting currency].

  7. In the Script Organizer, locate the [Gross profit margin percentage] script.

  8. Change the Expression so that it includes the following formula:

    (([Measures].[Customer invoice line amount - accounting currency] - [Measures].[Cost of goods sold - accounting currency]) / [Measures].[Customer invoice line amount - accounting currency])

  9. Save the solution.


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×