Forum Discussion
Giorgi1989
Advocate II
4 years agoHelp 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 ...
v-xiaotang
Community Support
4 years agoHi 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.