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
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.
Hi jcastr02
Did you try POwer Query step I shared earlier? Is it solve your requirement? Or you are looking for DAX?
- jcastr022 years ago
Post Prodigy
PijushRoy Thank you - would you be able to share a sample Pbix file, please?
- PijushRoy2 years ago
Community Champion
jcastr02
Find the report link - https://drive.google.com/file/d/1gSyTaN9qLUmzYMwul37Z4FSxmsqLLr67/view?usp=sharing- jcastr022 years ago
Post Prodigy
This worked Thank you!