Forum Discussion
Scatter with data from two queries
- 8 years ago
Hi ODJAPO,
Please check the file here.
Solution 1: If we can change the name of the columns? Then we can append two queries as one. It will be easy after that.
Solution 2: Bring them together into one table.
1. Add an index for each table.
2. Create a new table.
Table = FILTER ( UNION ( ALL ( EGSDO2_UP_TRAN_LTR[Index], 'EGSDO2_UP_TRAN_LTR'[msabg_w], 'EGSDO2_UP_TRAN_LTR'[ResFilLtrB1_I.tiTranRaw] ), ALL ( EGSDO2_UP_TRAN_RTL[Index], EGSDO2_UP_TRAN_RTL[msabg_w], EGSDO2_UP_TRAN_RTL[ResFilRtlB1_I.tiTranRaw] ) ), ISBLANK ( [Index] ) = FALSE () )Please pay attention to your privacy.
Best Regards,
Dale
Hi ODJAPO,
You can upload the sample to a cloud drive like OneDrive, GoogleDrive and paste the shared link here if you can make it public. Or send me a private Message.
Best Regards,
Dale
Hi v-jiascu-msft,
You will find a sample in the link below:
https://drive.google.com/open?id=1yQp7A88BEnDgnm_NrFrfq_UNu9ZzwsZk
Thank you for your help.
- v-jiascu-msft8 years agoMicrosoft Employee
Hi ODJAPO,
Please check the file here.
Solution 1: If we can change the name of the columns? Then we can append two queries as one. It will be easy after that.
Solution 2: Bring them together into one table.
1. Add an index for each table.
2. Create a new table.
Table = FILTER ( UNION ( ALL ( EGSDO2_UP_TRAN_LTR[Index], 'EGSDO2_UP_TRAN_LTR'[msabg_w], 'EGSDO2_UP_TRAN_LTR'[ResFilLtrB1_I.tiTranRaw] ), ALL ( EGSDO2_UP_TRAN_RTL[Index], EGSDO2_UP_TRAN_RTL[msabg_w], EGSDO2_UP_TRAN_RTL[ResFilRtlB1_I.tiTranRaw] ) ), ISBLANK ( [Index] ) = FALSE () )Please pay attention to your privacy.
Best Regards,
Dale
- ODJAPO8 years agoFrequent Visitor
Thank you very much for your answer.