I import three tables that all contain a UniquRef. I want to be able to create a query that gives me all of the UniqueRef's from all of the three tables in one column then grouped so as to have just one instance.
I have tried to create (created querys to get my three tables down to one column of UniqueRefs) a New Table using UNION but I am then unable to query this New Table to group the resultant UniqueRef.
Can you point me in the right direction, I feel Im perhaps approaching this all wrong
As always, your patience and advice is greatly received.
Solved! Go to Solution.
Please try this solution, click the thumbs just for me helping you and click solved if it fixes your problems. Cheers !
There are other ways to answer your problem, but the trick here is to use Append and Remove Duplicates, rather than Group.
Many thanks speedramps. Have a great weekend, I will......now !!
Please try this solution, click the thumbs just for me helping you and click solved if it fixes your problems. Cheers !
There are other ways to answer your problem, but the trick here is to use Append and Remove Duplicates, rather than Group.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
222 | |
68 | |
68 | |
62 | |
57 |
User | Count |
---|---|
251 | |
215 | |
92 | |
89 | |
73 |