Forum Discussion
Merge Queries - Bring Latest Value only
- 2 years ago
You should just be able to create a max measure. Last Date = MAX( 'Temporary Support'[Support Start Date] ). Then in your visual pull in Store # and this measure.
- 2 years ago
jcastr02
Find the report link - https://drive.google.com/file/d/1gSyTaN9qLUmzYMwul37Z4FSxmsqLLr67/view?usp=sharing
Is there a requirement these tables actually be merged in Power Query? Or are you able to accomplish this with DAX measures?
- CoreyP2 years agoSolution Sage
You should just be able to create a max measure. Last Date = MAX( 'Temporary Support'[Support Start Date] ). Then in your visual pull in Store # and this measure.
- jcastr022 years agoPost Prodigy
CoreyP Sorry I tried the above measure - but since I'm using the Store list to merge into and there should only be 1 record for each in that list and in the temporary support the store # may be multiple, when I add the measure to the table visual, it creates duplicate rows for numerous stores.