Forum Discussion
Morgana_2022
3 years agoHelper I
Getting distinct values for multiple tables
HI! I have 2 tables: Table A and Table B. I have to create a new table C with the data "Competenze_Ruoli" obtained from the distinct sum (without duplicates) of the same data present in ta...
tamerj1
3 years agoCommunity Champion
Hi Morgana_2022
distinct sum of what? Can you present sample of the the expected results?
Morgana_2022
3 years agoHelper I
I try to explain better...
I have a Table A
column "Competenze_Ruoli"
with values
1
2
2
3
1
3
I have also a Table B
column "Competenze_Ruoli"
with values
1
1
2
3
3
2
I must obtained a Table C
column "Competenze_Ruoli"
with values
1
2
3
How do I get the Table C? What dax formula do I use?