Forum Discussion

rnola16's avatar
rnola16
Icon for Advocate II rankAdvocate II
1 year ago
Solved

Merged columns in Report Builder

Moving from Business Obj to PBI, where in the former BI application there exists a feature 'Merged Dimesnion' where we merge fields from multiple queries. In Report Builder if I were to merge fields from multiple ( 3 or more) data sets how do I do it ?

These data sets have enqual number of columns between them and no direct co-relation if we are do a join bw them.

 

Eg: 

SELECT d1.ID, d1.first_name, d1.Bill_amt FROM Dataset1 d1
SELECT d2.ID, d2.first_name, d2.cash_amt FROM Dataset2 d2
SELECT d3.ID, d3.first_name, d3.loan_amt FROM Dataset3 d3
 
Need out put as:
 IDFirst_nameBill_amtCash_amtLoan_amt
12345John$ 234.00$ 230.00$ 67029.00
 
Does Lookup() func work for 3 or more datasets ?
Thanks.

3 Replies