Forum Discussion

iqb's avatar
iqb
Helper III
3 years ago
Solved

Blending Data From Different Sources

We have multiple Firebase projects. In these projects we datasets. We get data using,   select * from `project1.dataset1_xxx.events_%` select * from `project2.dataset2_xxx.events_%`   In Google...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi iqb ,

    Please try Crossjoin()  dax function.

    For more details, you can read related document: CROSSJOIN function (DAX) - DAX | Microsoft Learn

     

    Best regards,
    Community Support Team_Binbin Yu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.