Forum Discussion
lukaspowerbi
8 years agoHelper II
Joining multiple tables/queries
I am trying to build a summary table displaying countries in one column and some numbers (Members,Joins,Expires) for those countries in other columns. That is my desired (simplified) result: Cou...
- 8 years ago
Hi lukaspowerbi
Sorry for the late reply. Did you get this one sorted?
I'm guessing there is a subtle difference in the spelling, or even a rogue space that needs to be cleaned for an exact match
Phil_Seamark
8 years agoMicrosoft Employee
Hi lukaspowerbi
Have you considered merging the tables using then Query Editor?
This will allow you to create a new table that looks like your desired output.
Otherwise we can do this in DAX if you prefer
- lukaspowerbi8 years agoHelper II
Thank you.
I think I'll ttry to use the merge queries function and see how it goes.