Forum Discussion
fahadarshad
Helper I
9 years agoFinding amount based on latest date in 2nd table
Hello everyone, I am new to Power BI and this is my first post on this community. Here is my Q. I have two tables Table1 Table 2 ID Result ID Amount Date ...
- 9 years ago
Phil_Seamark
Microsoft Employee
9 years agoAre you loading the measure on your sample dataset, or on a larger dataset?
fahadarshad
Helper I
9 years agoHi Phil
It is on a larger dataset.
- Phil_Seamark9 years ago
Microsoft Employee
- fahadarshad9 years ago
Helper I
I can share with you the entire dataset. Here you go
https://www.dropbox.com/s/kxhsssa9wp0tpyt/Book1.xlsx?dl=0
- Phil_Seamark9 years ago
Microsoft Employee
This doesnt throw an error.
My Amount = CALCULATE( MAX('Table2'[Amount - Quote]), filter('Table2', 'Table2'[Created On]=MAX('Table2'[Created On]) ) )Just checking if it is right