Merge Two Data Models with Different Data Sources

Hi Hamza,

To properly understand your need, may I confirm your use case as below:

  • You have a data model A from data source D1 and a data model B from data source D2
  • You need to create a report from both data models, with data from data model A followed by data from data model B. For example:
    • Data from A: A1, A2, A3
    • Data from B: B1, B2, B3
    • Expected result: A1, A2, A3, B1, B2, B3

Let me know if I misunderstand any parts of your use case.

Best regards,