Forum Discussion
Referencing max date from another table in power query
- 2 years ago
Hi Anonymous
You can solve it easily with the ux options of PQ.
1. First step is to merge the tables :2. Second when expanding just choose the wanted aggregation:
3. fix data type of result to date:
Pbix is attached you can follow my steps
- 2 years ago
Anonymous
This is how it works with power query, you need to merge tables.
You can write M code / use ux but the logic is the same.Refer to other tables without merging possible with DAX calculated columns.
In your scenario it is by combining
Maxx + relatedtable.If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- 2 years ago
Hi Anonymous
I saw the solution, did you want to bring maximum date without referencing to the category?
Because it is not the same result as a merging ...
It brings the latest date by table level.
Hi Anonymous
I saw the solution, did you want to bring maximum date without referencing to the category?
Because it is not the same result as a merging ...
It brings the latest date by table level.
Yes - per my original post I wanted the maximum date from another table, I didn't want to merge tables.