Forum Discussion
Anonymous
4 years agoNot applicable
Relationship Between two tables
Hi team, I have two tables. Table A contains the count of registrations country wise and Table B contains Total number of usres. I have divide the sum of registrations with the sum of to total re...
- 4 years ago
Create a new table with all the countries in, like
Countries = DISTINCT( UNION( ALLNOBLANKROW('Table 1'[Country]), ALLNOBLANKROW('Table 2'[Country]) ))then create one-to-many relationship from the new table to both existing tables. Use the column from the new table in your visuals.
Anonymous
4 years agoNot applicable
Hi johnt75
Thanks a lot. That helped me solved my problem Thank you.
Regards