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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Jayadev
Helper I
Helper I

Distributing invoice value against batch

 

Hi,

 

Please help me to build a DAX formula to address the following issue, I am planning to use POWERPIVOT to do this work.

 

In the shared link, there are 3 sheets,  1. BlendSheet, 2.Inv,  3. Required output.   

 

Blend sheet contain the product mix in various ratios. The objective is to generate a monthly sales report from the current month invoice.  The invoice value should be allocated against in item in a batch based on the ratios given in the blend sheet.

 

Please help me solve this problem.

 

Data shared through Google Sheets

 

1 ACCEPTED SOLUTION

Hi @Jayadev

Do you put this formula in a calculate column?

You need select "create new table" and put this formula in.

 

Best Regards

Maggie

View solution in original post

7 REPLIES 7
v-juanli-msft
Community Support
Community Support

Hello @Jayadev

Sorry for not being able to help you currently since usage of DAX within PowerPivot  is different from that in Power BI Desktop.

Please turn to PowerPivot technical forum for better help.

 

Best Regards

Maggie

Could nout find active forum of Powerpivot.  Please share me the DAX in Powerbi.

 

Thanks in advance and request experts to help me.

Hi @Jayadev

Would you like use some feature in query editor, as tested, I found it will be more simple when using DAX along with query editor in Power BI desktop.

1.In query editor, merge table “BlendSheet” and  “Inv”.

5.png

2.Then expand columns in Invoice table.

6.png

3.Create a new table using DAX in table BlendSheet in the Data view

Table1 =
SUMMARIZE (
    BlendSheet,
    [BLEND],
    [ESTATE],
    [GRADE],
    [bags],
    [net],
    [total],
    [%],
    [Batch],
    [Invoice.INVNO],
    [Invoice. VALUE ],
    "distrubution", [%] * [Invoice. VALUE ]
)

Here is my pbix for your reference.

 

Best Regards

Maggie

I get this error, Please help

Batch Distribution.PNG

 

 

Hi @Jayadev

Do you put this formula in a calculate column?

You need select "create new table" and put this formula in.

 

Best Regards

Maggie

I think I made a mistake, rectified now and no error.

However, the distributed value is not matching.

Let me check once again.

 

Many many thanks for your support.

Thank you very much, appreciate a lot.

Will check and seek further help if needed.

 

Once again, Thanks.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.