Forum Discussion

Giorgi1989's avatar
Giorgi1989
Advocate II
4 years ago

Help needed with retrieving data from multiple fact tables for top customers

Dear All, 

 

I need to derive a list of top 20 customers based on the actual sales (Fact Table 1), and then return different numbers for those twenty customers from multiple fact tables (these are 3 different cubes from SAP Business Warehouse). 

 

So the output I want to arrive at eventually is something similar to the table shown below: 

 

Please, note that in the data model there are no direct relationships among these fact tables. 

 

Any suggestion as to how to get the desired output?  Thank you in advance. 

 

 Fact Table 1Fact Table 1Fact Table 1Fact Table 2Fact Table 3
CustomerSales 2019Sales 2020Sales 2021Bonuses 2021Forecast 2023
A500600700800900
B75085095010501150
C10001000100010001000
D20406080100
E1525354555
ETC.1213141516

1 Reply

  • v-xiaotang's avatar
    v-xiaotang
    Community Support

    Hi Giorgi1989 

    Thanks for reaching out to us.

    >> I need to derive a list of top 20 customers based on the actual sales (Fact Table 1), and then return different numbers for those twenty customers from multiple fact tables

    you can first filter out the top 20 customers in Power Query by filtering the sales of each customer, then use Merge.

    For example, to filter top 3 sales first, 

    then Merge

    Finally expand table,

     

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.