Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Boa Tarde!
tenho duas tabelas em meu projeto elas extão relacionadas no dax.
Necessito cria uma coluna onde o valor dela será o valo da coluna da outra tabela.
ex:
Tabela 1
- Pedido
- Data
- Cod Processo
Tabela 2
- Nome Diretor
- Cod Processo
- Nome Head
As tabelas estão relationship2 através do campo Cod Processo.
Desta foma necessito criar na Tabela 1 uma coluna com nome Diretor da Tabela 2
Solved! Go to Solution.
Hi @Claudineysilva ,
If I understand correctly, the issue is that you want to create a column in Table 1 with the Director from Table 2. Please try the following methods and check if they can solve your problem:
1.Create the simple Table 1 and Table 2.
2.Relationship between two tables.
3.Select the Table 1 and add the new column. Enter the following DAX formula.
Column = RELATED('Table 2'[Nome Diretor])
4.Drag the column to the Table visual.
5.The result is shown below.
Best Regards,
Wisdom Wu
Hi @Claudineysilva ,
If I understand correctly, the issue is that you want to create a column in Table 1 with the Director from Table 2. Please try the following methods and check if they can solve your problem:
1.Create the simple Table 1 and Table 2.
2.Relationship between two tables.
3.Select the Table 1 and add the new column. Enter the following DAX formula.
Column = RELATED('Table 2'[Nome Diretor])
4.Drag the column to the Table visual.
5.The result is shown below.
Best Regards,
Wisdom Wu
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |