Forum Discussion
RicardoXavier
6 years agoFrequent Visitor
Last Value for multiple Items
Please I am trying to get the last value from one table that contains the following data:
In these table I want to get for
ITEM_NAME = ACAM-147HS
Last Date = 6/29/2020, colum WT_FCH
Last Value = 140, colum WT_BFPD
I've been using the following DAX, but I have these problem
Last Value = SUMMARIZECOLUMNS(Query2[ITEM_NAME],Query2[WT_BFPD], LASTNONBLANKVALUE(Query2[WT_FCH],Query2[WT_FCH]))
1 Reply
- Greg_DecklerCommunity Champion
RicardoXavier - See Lookup Min/Max pattern here: https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434