Forum Discussion
mr_guedes
8 years agoHelper I
Merging a set o tables
Hello everyone, I am having trouble when trying to merge data from 4 different tables into one. Here is what I have (the relationships between the tables are stablished by the columns with di...
mr_guedes
8 years agoHelper I
Anonymous wrote:mr_guedes,
You have many-to-many relationship between JDT1 table and Extrato Bancário table, please check if the following DAX returns your expected result, if not, please share sample data of your tables for us to analyze.Table = SELECTCOLUMNS(JDT1;"Data";RELATED('Calendário'[Data]);"Nome da Conta";RELATED('Plano de Contas'[Nome da Conta]);"Saldo SAP";'JDT1'[Saldo SAP];"Saldo Bancos";CALCULATE(MAX('Extrato Bancário'[Saldo Bancos]);FILTER('Calendário';COUNTROWS(JDT1)>0)))
Regards,
Lydia
Lydia,
I tried as you told me, but it's showing one single value to the whole column. I need to see the value at the closing of the day.
As you requested, I sent the Pbi file:
mr_guedes
8 years agoHelper I
Anonymous;
Did you get to see the file?