Forum Discussion
MIN Value
Fidzi8 , formatted
minx( filter(all(Table)
,Table[log_code] ="T00265401970"
)
, [CostP])
amitchandak ,
I can´t use "T00265401970" because I have a lot of unique codes
I don´t know how use all DATE in this formula
Thank you
Ondřej
- amitchandak5 years agoSuper User
Fidzi8 ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- Greg_Deckler5 years agoCommunity Champion
Fidzi8 Is that a timestamp of some sort? Any idea what it represents/what system. Is it unix time? I have a converter for that if so. https://community.powerbi.com/t5/Quick-Measures-Gallery/Unix2UTC-and-UTC2Unix/m-p/620012#M292 Otherwise would need to know reference date.
Otherwise, I'm not sure I fully understand your data or what you are trying to accomplish. Please post sample data and expected output. Thanks.