Forum Discussion
Anonymous
5 years agoNot applicable
Getting a single column value based on another (unique) column value - Optimize
Hi all, I'm trying to get a single column value from a table based on another (unique) column value. I've managed to get the value, but I have the feeling it's too clunky and could be made way si...
amitchandak
5 years agoSuper User
Anonymous , I think this is correct. Other way can be
maxx(filter('Date', 'Date'[Date] = Today()), 'Date'[Dashboard_endDate])
or
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.